pymel.core.animation.timeEditorComposition¶
- timeEditorComposition(*args, **kwargs)¶
Commands related to composition management inside Time Editor.
Flags:
Long Name / Short Name Argument Types Properties active / act bool
Query or edit the active composition. allCompositions / acp bool
Return all compositions inside Time Editor. createTrack / ct bool
Create a default track when creating a new composition. delete / delete bool
Delete the composition. duplicateFrom / df unicode
Duplicate the composition. rename / ren unicode, unicode
Rename the composition of the first name to the second name. tracksNode / tn bool
Query the tracks node of a composition. Flag can have multiple arguments, passed either as a tuple or a list. Derived from mel command maya.cmds.timeEditorComposition