formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Identifiers for parameters of the keyframe capture options.
enum fz_anim_capture_parm_enum {
FZ_ANIM_CAPTURE_PARM_CHANGED_ONLY,
FZ_ANIM_CAPTURE_PARM_ADD_MISSING,
FZ_ANIM_CAPTURE_PARM_MAINTAIN_ADJ,
FZ_ANIM_CAPTURE_PARM_LEAD_MAGN,
FZ_ANIM_CAPTURE_PARM_LEAD_FLAT };
Members
FZ_ANIM_CAPTURE_PARM_CHANGED_ONLY
Whether or not to keyframe only tracks that have changed. TRUE changed only. FALSE means keyframe all existing tracks.
Type: fzrt_boolean
Default Value: TRUE
FZ_ANIM_CAPTURE_PARM_ADD_MISSING
Whether or not to add missing tracks that have changed from their original previous values.
Type: fzrt_boolean
Default Value: TRUE
FZ_ANIM_CAPTURE_PARM_MAINTAIN_ADJ
Whether or not to maintain neighboring or adjacent keyframes with their current values.
Type: fzrt_boolean
Default Value: TRUE
FZ_ANIM_CAPTURE_PARM_LEAD_MAGN
This value specifies how much influence, as a percentage, neighboring keys have on the captured keyframes.
Type: double
Default Value: .15
FZ_ANIM_CAPTURE_PARM_LEAD_FLAT
Whether or not to insert keyframe leads that are "flat" meaning they have the same values as their keys.
Type: fzrt_boolean
Default Value: FALSE
Availability
6.1.0.0
See Also
,
Defined in