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

    Node port menu item order creation

    SDK Help
    0
    2
    217
    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
      Helper
      last edited by

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

      On 06/11/2003 at 12:50, xxxxxxxx wrote:

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

      ---------
      When Xpresso creates the menu list for users to add ports to a node I had assumed that parameters tied to a parent id would be grouped with the parent parameter. 
      If there was the following in the attribute manager:
      widget enable
        value
        variation

      I would assume it would show up as the following in the Xpresso node port popup menu:

      widget menu
        widget enable
        value
        variation

      instead I get six variations all called variation.  All of the grouped parameters show up listed in alphabetical order in the menu.  I can and will name them appropriately as widget variation.  I would like to make parameters grouped in the attribute manager res to be grouped in the node port popup menu.  how would I go about making this work?
      Regards,
      Thomas Cray
      www.cidertank.com

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

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

        On 11/11/2003 at 16:11, xxxxxxxx wrote:

        Sorry for keeping you waiting for so long. These menu elements are grouped only by the main AM groups and by subdescription values (for example P.X, P.Y etc.). So it isn't possible to do exactly what you want.
        What you could do is to use the DESC_SHORT_NAME for the AM and DESC_NAME for the menu. In a string resource this is written as a second string, for example 'IK_USE_ROT_H "Enable Limit Heading" "H";'.
        So you would write 'WIDGET_VARIATION "Widget Variation" "Variation";'.

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