pymel.core.nodetypes.SequenceManager

digraph inheritance7fdeba8ebb {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "SequenceManager" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.SequenceManager",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "SequenceManager" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

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