📋 Metadata
- Author: MatsuikoHiroka
- Date: 2019-08-15 11:56:32
- Type:
question - Replies (1): post_02620
💬 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 == ‘???’