IDs into the information container for a description parameter.
enum DESC |
Enumerator | |
---|---|
DESC_NAME |
String Name for standalone use. |
DESC_SHORT_NAME |
String Short name, for attributes dialog. |
DESC_VERSION |
Int32 Show in versions: |
DESC_VERSION_DEMO |
Demo versions. |
DESC_VERSION_XL |
XL Versions. |
DESC_VERSION_ALL |
All versions. |
DESC_CHILDREN |
BaseContainer Internal . |
DESC_MIN | |
DESC_MAX | |
DESC_MINEX |
Bool true if DESC_MIN is exclusive, otherwise it is inclusive. |
DESC_MAXEX |
Bool true if DESC_MAX is exclusive, otherwise it is inclusive. |
DESC_STEP | |
DESC_ANIMATE |
Int32 Animation mode: |
DESC_ANIMATE_OFF |
Parameter is not animatable. |
DESC_ANIMATE_ON |
Parameter is animatable. |
DESC_ANIMATE_MIX |
Parameter is animatable, but needs to know the left and right data element.
|
DESC_ASKOBJECT |
Bool true means ask object for this parameter, false means look in container. |
DESC_UNIT |
Int32 Unit for DTYPE_REAL / DTYPE_VECTOR : |
DESC_UNIT_FLOAT | |
DESC_UNIT_INT | |
DESC_UNIT_PERCENT | |
DESC_UNIT_DEGREE | |
DESC_UNIT_METER | |
DESC_UNIT_TIME | |
DESC_PARENTGROUP | |
DESC_CYCLE |
BaseContainer
Contains members of cycle as string. (E.g.
|
DESC_HIDE |
Bool Indicates whether the property is hidden or not. |
DESC_DEFAULT | |
DESC_ACCEPT |
BaseContainer
Contains the accepted IDs as strings. For
C4DAtom::IsInstanceOf()
checks. (E.g.
|
DESC_SEPARATORLINE |
Bool true if separators should have a visible line. |
DESC_REFUSE |
BaseContainer
Contains the refused IDs as strings. For
C4DAtom::IsInstanceOf()
checks. (E.g.
|
DESC_PARENTID |
Int32 The ID of the parent element used for indentation and animation track. |
DESC_CUSTOMGUI |
Int32 The ID of the GUI for this element. Either a custom ID or one of: CUSTOMGUI |
DESC_COLUMNS |
Int32 Number of columns for layout groups (DTYPE_GROUP). |
DESC_LAYOUTGROUP |
Bool true for layout groups (LAYOUTGROUP). |
DESC_REMOVEABLE |
Bool true if entry is removable. |
DESC_GUIOPEN |
Bool true if the maximized GUI is shown by default. |
DESC_EDITABLE |
Bool true if entry is editable. |
DESC_MINSLIDER | |
DESC_MAXSLIDER | |
DESC_GROUPSCALEV |
Bool Allow the group height to be scaled. |
DESC_SCALEH |
Bool Scale element horizontally. |
DESC_LAYOUTVERSION |
Int32 Layout version. |
DESC_ALIGNLEFT |
Bool Align element left. |
DESC_FITH |
Bool Fit element. |
DESC_NEWLINE |
Bool Line break. |
DESC_TITLEBAR |
Bool Main group title bar. |
DESC_CYCLEICONS |
BaseContainer Icon IDs for cycle. |
DESC_CYCLESYMBOLS |
BaseContainer String identifiers for help symbol export. |
DESC_PARENT_COLLAPSE |
Int32 Parent collapse ID. |
DESC_FORBID_INLINE_FOLDING |
Bool Instructs the Attribute Manager to not allow expanding inline objects for entry. |
DESC_FORBID_SCALING |
Bool Prevents auto-scaling of the parameter with the scale tool (for DESC_UNIT_METER ). |
DESC_ANGULAR_XYZ |
Bool true for XYZ as angular representation, or false for HPB. |
DESC_INPORT |
Bool GV in port. |
DESC_OUTPORT |
Bool GV out port. |
DESC_STATICPORT |
Bool GV static port. |
DESC_NEEDCONNECTION |
Bool GV needs connection. |
DESC_MULTIPLE |
Bool GV multiple ports allowed. |
DESC_PORTONLY |
Bool GV port only. |
DESC_CREATEPORT |
Bool GV create port. |
DESC_PORTSMIN |
Int32 GV minimum number of ports. |
DESC_PORTSMAX |
Int32 GV maximum number of ports. |
DESC_NOTMOVABLE |
Bool GV not movable. |
DESC_EDITPORT |
Bool GV editable. |
DESC_ITERATOR |
Bool GV iterator port. |
DESC_PARENTMSG |
DescID Used in the Material Editor on the boolean tabs to specify which section to open. |
DESC_MATEDNOTEXT |
Bool No text in Material Editor window. |
DESC_COLUMNSMATED |
Int32 Number of columns in left Material Editor window. |
DESC_SHADERLINKFLAG |
Bool Specifies that this element is a shader link. (Only if datatype== DTYPE_BASELISTLINK .) |
DESC_NOGUISWITCH |
Bool Disables GUI switching for this description element. |
DESC_COLORALWAYSLINEAR |
:: treat color field always as linear input. |
DESC_HIDE_WHEN_INLINE |
Bool True to hide this attribute in inline descriptions |
DESC_MATERIALEDITOR_LEFTSIDE |
Bool True if the property should appear on the left side of the material editor. |
DESC_CHANGED |
Bool true if entry is changed. |
DESC_HIDEINFIELDS |
Bool true if group is visible in fields UI. |
DESC_SHOWINFIELDS |
Bool true if group is shown in fields UI even though group may be hidden |
DESC_FIELDCOLORCHANNEL |
Bool true if the group belongs only to the color channel in the fields list (so will be hidden when the channel is disabled in the UI) |
DESC_FIELDDIRECTIONCHANNEL |
Bool true if the group belongs only to the direction channel in the fields list (so will be hidden when the channel is disabled in the UI) |
DESC_FIELDVALUECHANNEL |
Bool true if the group belongs only to the value channel in the fields list (so will be hidden when the channel is disabled in the UI) |
DESC_FIELDROTATIONCHANNEL |
Bool true if the group belongs only to the rotation channel in the fields list (so will be hidden when the channel is disabled in the UI) |
DESC_NODEPORT |
Bool True to indicate a nodeport. |
DESC_NODEPORTSTATE |
Int32 0: not connected, 1: connected, 2: connected but muted, 4: error, 8: warning, 16: limitation. |
DESC_REPLACECOMPLEXUI |
BaseContainer filled with descids of props to replace. |
DESC_REPLACE_HIDE |
Bool property hidden because replaced by a complex ui replaces this entry |
DESC_RESOURCEPATH |
Private .
|
DESC_RESOURCELINE |
Private .
|
DESC_TEMPDESCID |
Internal . Used internally to store the preferred description ID. |
DESC_IDENT |
String
Resource identifier, e.g.
|
DESC_IDENT_ORIGIN |
Origin Resource identifier, e.g.
|
DESC_DISABLELAYOUTSWITCH |
Hides the Layout Switch arrow displayed on CUSTOMGUI elements. |
DESC_ |