Post #3718: This may help you, just input here, but note that the Chinese part is not the co

📋 Metadata

🏷️ Tags

pie-menu configuration intermediate solved

  • 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
这个可能会帮到你,只需要在这里输入就好了,不过要注意后面的中文部分不是代码哦
image

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模式孤岛


🔗 View on Blender Artists