Post #2619: hello @roaoao

πŸ“‹ Metadata

🏷️ Tags

pie-menu python-scripting beginner

  • Pie Menu Editor
  • Python Scripting

πŸ’¬ Content

hello @roaoao

quick question i already have setup menu for the following
return C.active_object and C.active_object.type == β€˜CAMERA’
return C.active_object and C.active_object.type == β€˜LIGHT’
return C.active_object and C.active_object.type == β€˜MESH’

how about light probe?
return C.active_object and C.active_object.type == β€˜???’


πŸ”— View on Blender Artists