Hide Items (Object Plugin)
-
Is there a possibility to hide some elements, in the .res of the Object Plugin?
Example:
I want to create a plugin that when Long = 0, generates a Cube.
when Long = 1, generates a Sphere, when Long = 2 generates a Cylinder.I would like each Long, to make appear only the necessary Items,
Long = 1, only the Cube items (height, width, depth)
Long = 2, only the Sphere items (radius)
Long = 3, only the Cylinder items (radius, height)Is it possible in Python?
-
Hi @Runner009 we have a bug logged about this for Python, sadly I did not had the time yet to look at it.
So I'm a bit reluctant to share with you how it's normally supposed to work since we know it's currently bugged. With that's said I'm fully booked this week, I will have a look at it Monday and let you know, if there is any workaround !
Cheers,
Maxime. -
@m_adam Thanks, I await your info.
Have a nice weekend