Post #5507: It can be identified by bpy.context.area.ui_type.

📋 Metadata

🏷️ Tags

pie-menu hotkeys advanced

  • Pie Menu Editor
  • Python Scripting

💬 Content

It can be identified by bpy.context.area.ui_type.

# In the Poll method
return C.area.ui_type == 'GeometryNodeTree'

imageimage1312×659 103 KB

NodeTree(ID) - Blender Python API


❤️ 1 likes


🔗 View on Blender Artists