Post #2619: hello @roaoao
π Metadata
- Author: MatsuikoHiroka
- Date: 2019-08-15 11:56:32
- Type:
question - Quality Score: 5/10
- Replies (1): post_02620
π·οΈ Tags
pie-menu python-scripting beginner
βοΈ Related PME Features
- 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 == β???β