ConformOptions

- class ConformOptions
Shot conformation options.
Methods
Properties
If true, conform the frame range, else keep the frame range as it is.
If true, conform the animation curves, else keep them as they are.
If true, conform the media clip (sounds and videos), else keep them as they are.
Conformation start frame mode.
New start frame for the conformed frame range if the frame mode is 'custom_start_frame'.
- __init__()
- property conform_clips
If true, conform the media clip (sounds and videos), else keep them as they are.
- Type
conform_clips (bool)
- property conform_curves
If true, conform the animation curves, else keep them as they are.
- Type
conform_curves (bool)
- property conform_range
If true, conform the frame range, else keep the frame range as it is.
- Type
conform_range (bool)
- property custom_frame
New start frame for the conformed frame range if the frame mode is ‘custom_start_frame’.
- Type
custom_frame (int)
- property start_frame
Conformation start frame mode.
- Type
start_frame (ConformStartFrame)