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

    Separator with name?

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 382 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

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 16/02/2007 at 05:45, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   9.6 
      Platform:   Windows  ; Mac  ;  Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      Hi,

      in 9.6 one can add a seperator user data with a name. It then looks like a subgroup header but with a name in it. How can this be used in my own plugin? What´s the resource description for it?

      thank you

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

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 18/10/2008 at 02:51, xxxxxxxx wrote:

        I'd like to know this, too.
        Is there any information about the text separators?

        Thanks in advance.

        Cheers,
        Jack

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

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 20/10/2008 at 01:12, xxxxxxxx wrote:

          Just give it an ID and assign a name.

          res file:
          SEPARATOR MY_SEPARATOR { LINE; }

          header file:
          ...
          MY_SEPARATOR = 1000,
          ...

          str file:
          MY_SEPARATOR "MySeparator";

          cheers,
          Matthias

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

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 20/10/2008 at 06:50, xxxxxxxx wrote:

            Wow, that's easy, thanks a lot Matthias!

            Maybe it would be a good idea to put that into the SDK docu, because as far as I understood the description resource pages in there, a separator does not have an ID.

            Greetings,
            Jack

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