DESCFLAGS_DESC

Detailed Description

See also
NodeData::GetDDescription C4DAtom::GetDescription

Enumerations

enum class  DESCFLAGS_DESC {
  NONE ,
  RESOLVEMULTIPLEDATA ,
  LOADED ,
  RECURSIONLOCK ,
  DONTLOADDEFAULT ,
  MAPTAGS ,
  NEEDDEFAULTVALUE ,
  TRISTATE ,
  EXPORTHELPSYMBOLSMODE ,
  MATREFLECTANCEOVERLAP ,
  XPRESSO ,
  PRESET ,
  NEUTRON_OM_LINK
}
 

Functions

enum DESCFLAGS_DESC MAXON_ENUM_FLAGS (DESCFLAGS_DESC)
 

Enumeration Type Documentation

◆ DESCFLAGS_DESC

enum DESCFLAGS_DESC
strong
Enumerator
NONE 

None.

RESOLVEMULTIPLEDATA 

Private and unused.

LOADED 

Set if elements have been added to the description, either by loading or manual addition.

RECURSIONLOCK 

Private.

DONTLOADDEFAULT 

Do not load defaults. Used internally for old plugin tools.

MAPTAGS 

If set, the object description will also contain the tag's descriptions (as sub-containers).

NEEDDEFAULTVALUE 

Set if "Reset to Default" was called by the user.

TRISTATE 

Internal. Set when 2 or more objects are shown.

EXPORTHELPSYMBOLSMODE 

Internal. Used for help file symbol generator export.

MATREFLECTANCEOVERLAP 

Internal. Used in materials and in tristate (i.e. 2 or more materials are selected) to indicate if the reflectance layer setup overlaps between all materials.

Since
R18
XPRESSO 

Set from XPresso. Can be used e.g. to hide parameters in XPresso ports.

Since
R19
PRESET 

Internal. Can be used to adapt code when asked for default description by the preset system

NEUTRON_OM_LINK 

Internal. Set when the description of a Neutron object shall use OM links for link scene ports.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum DESCFLAGS_DESC MAXON_ENUM_FLAGS ( DESCFLAGS_DESC  )