📋 Metadata

💬 Content

Hi folks

Your addon is a must have, save me so muuuuuuuuuuuuuch time in my workflow.
I have a question. Is it possible to affect a pie (for example) to multiple types of objects. For example enabling the pie if object is MESH or CURVE ?
I tried
return C.active_object.type == 'MESH' or C.active_object.type == 'CURVE'
And also
return C.active_object.type in ['MESH','CURVE']

As you think i am a perfect noob in Python, so there are the results of my research on th net

Also is it possible to display a single text. For example make a popup like this :

“Origin To : ” [Grid] [World Origin] [Selected] [Active]

1 Title text (not clickable) and 4 buttons ?

?

Thanks for any help
Cheers


🔗 View on Blender Artists