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
    • Recent
    • Tags
    • Users
    • Login

    group elements in res file [SOLVED]

    Scheduled Pinned Locked Moved PYTHON Development
    4 Posts 0 Posters 314 Views
    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.
    • H Offline
      Helper
      last edited by

      On 10/03/2015 at 02:36, xxxxxxxx wrote:

      Hi guys.

      I am trying to recreate ExtrudeNurbs tab palette in .res file with no success. I was wondering, how those controls are grouped together? Can you take a look at screenshot?

      Thank you.

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        On 10/03/2015 at 03:01, xxxxxxxx wrote:

        Hi Tom,

        I think you might be looking for the custom data type vector:

        https://developers.maxon.net/docs/Cinema4DCPPSDK/html/page_descriptionresource__v_e_c_t_o_r.html

        That gives you the three fields in a single object so no need for grouping things.

        Hope that's what you were looking for.

        Best wishes,

        Adam

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          On 10/03/2015 at 03:10, xxxxxxxx wrote:

          Hipppy yeay!!!

          Thanks Adam. That's exactly what I was looking for.

          Cheers.

          1 Reply Last reply Reply Quote 0
          • H Offline
            Helper
            last edited by

            On 10/03/2015 at 07:17, xxxxxxxx wrote:

            Hello,

            if you are interested in resource files you can look at the existing resource files of Cinema's modules. You find these resource files in the resource/modules folder. So for example you find the VECTOR datatype in the oextrude.res file.

            Best wishes,
            Sebastian

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