Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Hide the Generic Tabs of an Subject

    Cinema 4D SDK
    r20 python
    2
    5
    798
    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.
    • B
      bentraje
      last edited by

      Hi,

      Basically, I want to

      1. hide the "Basic", "Coord" and the "Object" tabs
      2. rename "User Data" tab to something more specific?

      As I understand, it's not possible with the native toolset but after seeing the Xparticles project, I guess this is feasible with Python.

      You can see an illustration of the problem here:
      https://www.dropbox.com/s/55r6boj4m651oa8/c4d089_modify_attributes.jpg?dl=0

      Thank you for looking at the problem.

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

        Hi @bentraje, in which context are you?
        Do you want to hide theses entries for any objects or for your own object (aka you are developing an ObjectData plugin)?

        Cheers,
        Maxime.

        MAXON SDK Specialist

        Development Blog, MAXON Registered Developer

        1 Reply Last reply Reply Quote 0
        • B
          bentraje
          last edited by

          @m_adam

          Thanks for the response.
          For now, just hiding and renaming the tabs of the native objects of C4D.
          My main reason for this is I'm trying to add custom controls on a rig. But some of those parameters are not needed such as name, position, and rotation of an object.

          Basically, I'm aiming for a much cleaner presentation of the user data (i.e. parameters that the user will only be changing).

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

            Hi @bentraje,

            Unfortunately, this is not possible to modify the description of other objects than the one you are currently developing.
            So its how Xparticle did it, since they develop their own object.

            Cheers,
            Maxime.

            MAXON SDK Specialist

            Development Blog, MAXON Registered Developer

            1 Reply Last reply Reply Quote 0
            • B
              bentraje
              last edited by

              @m_adam

              Oh okay. Thanks for the confirmation. Have a great day ahead!

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