unreal.RigControlAnimationType
¶
- class unreal.RigControlAnimationType¶
Bases:
EnumBase
ERig Control Animation Type
C++ Source:
Plugin: ControlRig
Module: ControlRig
File: RigHierarchyDefines.h
- ANIMATION_CHANNEL: RigControlAnimationType¶
An animation channel without a 3d shape
- Type:
1
- ANIMATION_CONTROL: RigControlAnimationType¶
A visible, animatable control.
- Type:
0
- PROXY_CONTROL: RigControlAnimationType¶
A control to drive other controls, not animatable in sequencer.
- Type:
2
- VISUAL_CUE: RigControlAnimationType¶
Visual feedback only - the control is neither animatable nor selectable.
- Type:
3