ConformOptions

Inheritance diagram of rumba_ext.ConformOptions
class ConformOptions

Shot conformation options.

Methods

__init__

Properties

conform_range

If true, conform the frame range, else keep the frame range as it is.

conform_curves

If true, conform the animation curves, else keep them as they are.

conform_clips

If true, conform the media clip (sounds and videos), else keep them as they are.

start_frame

Conformation start frame mode.

custom_frame

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)