Post #3718: This may help you, just input here, but note that the Chinese part is not the co
📋 Metadata
- Author: _EMM
- Date: 2020-12-31 08:28:34
- Type:
answer - Quality Score: 7/10
- Reply to: post_03708
- Replies (1): post_03719
🏷️ Tags
pie-menu configuration intermediate solved
⚙️ Related PME Features
- Python Scripting
- Hotkey Configuration
- Pie Menu Editor
💬 Content
This may help you, just input here, but note that the Chinese part is not the code
这个可能会帮到你,只需要在这里输入就好了,不过要注意后面的中文部分不是代码哦

return bpy.context.area.ui_type ‘UV’ and bpy.context.scene.tool_settings.uv_select_mode ‘VERTEX’ UV模式顶点
return bpy.context.area.ui_type ‘UV’ and bpy.context.scene.tool_settings.uv_select_mode ‘EDGE’ UV模式边
return bpy.context.area.ui_type ‘UV’ and bpy.context.scene.tool_settings.uv_select_mode ‘FACE’ UV模式面
return bpy.context.area.ui_type ‘UV’ and bpy.context.scene.tool_settings.uv_select_mode ‘ISLAND’ UV模式孤岛