Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Hide Items (Object Plugin)

    Cinema 4D SDK
    2024 python
    2
    3
    425
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Runner009
      last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • M
        m_adam
        last edited by

        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.

        MAXON SDK Specialist

        Development Blog, MAXON Registered Developer

        1 Reply Last reply Reply Quote 0
        • R
          Runner009
          last edited by

          @m_adam Thanks, I await your info.
          Have a nice weekend

          1 Reply Last reply Reply Quote 0
          • First post
            Last post