📋 Metadata

💬 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