pymel.core.nodetypes.SequenceManager

Inheritance diagram of SequenceManager

class SequenceManager(*args, **kwargs)

class counterpart of mel function sequenceManager

The sequenceManager command manages sequences, shots, and their related scenes. In query mode, return type is based on queried flag.

getCurrentShot(**kwargs)

Returns the shot that is being used at the current sequence time.

Derived from mel command maya.cmds.sequenceManager

getCurrentTime(**kwargs)

Set the current sequence time

Derived from mel command maya.cmds.sequenceManager

getModelPanel(**kwargs)

Sets a dedicated modelPanel to be used as the panel that the sequencer will control.

Derived from mel command maya.cmds.sequenceManager

getNode(**kwargs)

Returns the SequenceManager node, of which there is only ever one.

Derived from mel command maya.cmds.sequenceManager

getWritableSequencer(**kwargs)

Get the writable sequencer node. Create it if it doesn’t exist.

Derived from mel command maya.cmds.sequenceManager

Previous topic

pymel.core.nodetypes.SelectionSet

Next topic

pymel.core.nodetypes.Sequencer

Core

Core Modules

Other Modules

This Page