Classes | |
struct | DescPropertyDragData |
class | DescriptionPropertyCustomGui |
Namespaces | |
cinema | |
Enumerations | |
enum class | DESCPROP { NONE , SEQUENCE , KEY , AUTOKEY_ACTIVE , AUTOKEY_INACTIVE , NOANIM , ENABLED , ANIM_NOT_ALLOWED , GLOBAL_PARAMETER , KEY_CHANGED , HIDDEN , LOCKED , KEY_MUTED , PORTIN , PORTIN_CONNECTED , PORTOUT , PORTOUT_CONNECTED , CHANGED , NOTOVERRIDE , AUTOTAKE , INVERTENABLING , NODE , PARAMETER_DRIVEN } |
Functions | |
enum cinema::DESCPROP | MAXON_ENUM_FLAGS (DESCPROP) |
NONE |
SEQUENCE |
Has a sequence on the current frame.
KEY |
Has a key on the current frame.
AUTOKEY_ACTIVE |
Autokey active icon.
AUTOKEY_INACTIVE |
Autokey inactive icon.
NOANIM |
No animation.
ENABLED |
Enabled.
ANIM_NOT_ALLOWED |
Animation not allowed.
GLOBAL_PARAMETER |
Global parameter.
KEY_CHANGED |
Has a key on the current frame but the value changed.
HIDDEN |
Hidden description property.
LOCKED |
Locked description property.
KEY_MUTED |
Current key frame is muted.
PORTIN |
Port used by XPresso as inport.
PORTIN_CONNECTED |
Port used by XPresso as connected inport.
PORTOUT |
Port used by XPresso as outport.
PORTOUT_CONNECTED |
Port used by XPresso as connected outport.
CHANGED |
The value changed.
NOTOVERRIDE |
Parameter is not overridden.
AUTOTAKE |
Description is enabled for Auto Take.
INVERTENABLING |
Description enabling defined by override from Take has to be inverted.
NODE |
Private - node parameter.
PARAMETER_DRIVEN |
Driven by Parameter Tag.