@m_adam Thanks, I await your info.
Have a nice weekend
Latest posts made by Runner009
-
RE: Hide Items (Object Plugin)
-
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?
-
RE: BaseDraw.DrawHUDText in Cinema4D 2024
Thank you Ferdinand.
Your example works correctly.
However, I can't understand why the plugin I created doesn't show me the HUDs on 2024.
I will look at my code and if necessary I will resume this discussion.
Thank you for your support. -
BaseDraw.DrawHUDText in Cinema4D 2024
Good morning. I note that plugins that make use of BaseDraw.DrawHUDText developed and functioning on previous releases are not displayed on the 2024 release.
Is it a bug in the 2024 release or has something changed in managing BaseDraw.DrawHUDText?