📋 Metadata
- Author: roaoao
- Date: 2019-12-02 22:56:49
- Type:
answer - Reply to: post_02907
💬 Content
insideitall:
I’m trying to follow along here Pie Menu Editor 1.18.7 - #251 by roaoao
for making a context menu with nothing selected and i can’t get it right.Do i put this line in the poll method?
Yes, you can use this poll method for the menu:
return not C.selected_objects or not C.active_object
or just:
return not C.selected_objects
❤️ 3 likes