Post #3940: In that case you can use the advance option poll

📋 Metadata

🏷️ Tags

pie-menu configuration intermediate

  • Pie Menu Editor
  • Advanced poll option
  • Python Scripting

💬 Content

In that case you can use the advance option poll

imageimage828×142 12.7 KB

return C.mode== 'PAINT_TEXTURE'

Or if you only want the pie menu to trigger in the View3D space:

return C.mode== 'PAINT_TEXTURE' and C.area.type == 'VIEW_3D'

❤️ 2 likes


🔗 View on Blender Artists