pymel.core.nodetypes.TimeEditorClip

digraph inheritanceac39c275c0 { rankdir=TB; ranksep=0.15; nodesep=0.15; size="8.0, 12.0"; "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)",tooltip="Abstract class that is base for all pymel nodes classes.",height=0.25,shape=box,fontsize=8]; "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TimeEditorClip" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="#pymel.core.nodetypes.TimeEditorClip",style="setlinewidth(0.5)",tooltip="class counterpart of mel function `timeEditorClip`",height=0.25,shape=box,fontsize=8]; "TimeEditorClipBase" -> "TimeEditorClip" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TimeEditorClipBase" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.TimeEditorClipBase.html#pymel.core.nodetypes.TimeEditorClipBase",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "DependNode" -> "TimeEditorClipBase" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

class TimeEditorClip(*args, **kwargs)

class counterpart of mel function timeEditorClip

This command edits/queries Time Editor clips.

MAttrClass = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2, 'normalAttr'), EnumValue('MAttrClass', 3, 'extensionAttr'), EnumValue('MAttrClass', 4, 'invalidAttr'))
MdgTimerMetric = Enum( EnumValue('MdgTimerMetric', 0, 'metric_callback'), EnumValue('MdgTimerMetric', 1, 'metric_compute'), EnumValue('MdgTimerMetric', 2, 'metric_dirty'), EnumValue('MdgTimerMetric', 3, 'metric_draw'), EnumValue('MdgTimerMetric', 4, 'metric_fetch'), EnumValue('MdgTimerMetric', 5, 'metric_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, 'metric_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, 'metric_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, 'metric_computeNotDuringCallback'), EnumValue('MdgTimerMetric', 9, 'metrics'))
MdgTimerState = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))
MdgTimerType = Enum( EnumValue('MdgTimerType', 0, 'type_self'), EnumValue('MdgTimerType', 1, 'type_inclusive'), EnumValue('MdgTimerType', 2, 'type_count'), EnumValue('MdgTimerType', 3, 'types'))
allowShrinking(val=True, **kwargs)

When extending clip, allow shrinking.

Derived from mel command maya.cmds.timeEditorClip

clipId(val=True, **kwargs)

ID of the clip to be edited.

Derived from mel command maya.cmds.timeEditorClip

copyClip(val=True, **kwargs)

Get the selected clip IDs and store them in a list that could be used for pasting.

Derived from mel command maya.cmds.timeEditorClip

duplicateClip(val=True, **kwargs)

Duplicate clip into two clips with the same timing info.

Derived from mel command maya.cmds.timeEditorClip

exclusive(val=True, **kwargs)

Populate all types of animation sources which are not listed by typeFlag.

Derived from mel command maya.cmds.timeEditorClip

existingOnly(val=True, **kwargs)

This flag can only be used in edit mode, in conjunction with the animSource flag. Retain the animSource flag functionality but only bind attributes that are already part of the clip. It does not attempt to populate unbound source attributes to their default destination.

Derived from mel command maya.cmds.timeEditorClip

explode(val=True, **kwargs)

Reparent all tracks and their clips within a group out to its parent track node and remove the group.

Derived from mel command maya.cmds.timeEditorClip

exportAllClips(val=True, **kwargs)

When used with the ef/exportFbxflag, export all clips.

Derived from mel command maya.cmds.timeEditorClip

exportFbx(val=True, **kwargs)

Export currently selected clips to FBX files.

Derived from mel command maya.cmds.timeEditorClip

extend(val=True, **kwargs)

Extend the clip to encompass all children.

Derived from mel command maya.cmds.timeEditorClip

extendParent(val=True, **kwargs)

Extend parent to fit this clip.

Derived from mel command maya.cmds.timeEditorClip

getAbsolute(**kwargs)

This flag is used in conjunction with other timing flags like -s/start, -d/duration, -ed/end, etc. to query (global) absolute time.

Derived from mel command maya.cmds.timeEditorClip

getAddObjects(**kwargs)

Populate the given object(s) and their attributes to anim source to Time Editor. For multiple object, pass each name separated by semicolon. In query mode, return the number of attributes that will be populated given the flags, along with the animation’s first and last frames for the given object(s). Similar to -addSelectedObjectsflag but acts on given object(s) instead. This flag will override the flag -addSelectedObjects.

Derived from mel command maya.cmds.timeEditorClip

getAddRelatedKG(**kwargs)

During population, determine if associated keying groups should be populated or not. Normally used for populating HIK. By default the value is false.

Derived from mel command maya.cmds.timeEditorClip

getAddSelectedObjects(**kwargs)

Populate the currently selected objects and their attributes to anim source or Time Editor. In query mode, return the number of attributes that will be populated given the flags, along with the animation’s first and last frames.

Derived from mel command maya.cmds.timeEditorClip

getAnimSource(**kwargs)

Populate based on animation source.

Derived from mel command maya.cmds.timeEditorClip

getChildren(**kwargs)

Get children clip IDs.

Derived from mel command maya.cmds.timeEditorClip

getClipAfter(**kwargs)

Get the clip ID of the next clip.

Derived from mel command maya.cmds.timeEditorClip

getClipBefore(**kwargs)

Get the clip ID of the previous clip.

Derived from mel command maya.cmds.timeEditorClip

getClipDataType(**kwargs)

Query the type of data being driven by the given clip ID. Return values are: 0 : Animation - Clip drives animation curves1 : Audio - Clip drives audio3 : Group - Clip is a group

Derived from mel command maya.cmds.timeEditorClip

getClipIdFromNodeName(**kwargs)

Get clip ID from clip node name.

Derived from mel command maya.cmds.timeEditorClip

getClipIdFromPath(**kwargs)

Flag for querying the clip ID given the path. Clip path is a vertical-bar-delimited string to indicate a hierarchical structure of a clip. Please refer to the hierarchical path in outliner to see how it is represented. For example: composition1|track1|clip1 Note: To specify the path, this flag must appear before -query flag.

Derived from mel command maya.cmds.timeEditorClip

getClipNode(**kwargs)

Flag for querying the name of the clip node.

Derived from mel command maya.cmds.timeEditorClip

getClipPath(**kwargs)

Flag for querying the path given the clip ID. Clip path is a vertical bar delimited string to indicate a hierarchical structure of a clip. Please refer to the hierarchical path in outliner to see how it is represented. For example: composition1|track1|clip1. Note: If the clip is not connected to any track, it will return empty string.

Derived from mel command maya.cmds.timeEditorClip

getCrossfadeMode(**kwargs)

Set the crossfading mode between two clips that lie on the same track, and that are specified with the -clipId flags: 0 : linear - Two clips are blended with a constant ratio1 : step - Left clip keeps its value until the middle of the crossfading region and then right clip’s value is used2 : hold left - Use only left clip’s value3 : hold right - Use only right clip’s value4 : custom - User defined crossfade curve5 : custom (spline) - User defined crossfade curve with spline preset

Derived from mel command maya.cmds.timeEditorClip

getCrossfadePlug(**kwargs)

Get plug path for a custom crossfade curve between 2 clips.

Derived from mel command maya.cmds.timeEditorClip

getCurveTime(**kwargs)

Query the curve local time in relation to the given clip.

Derived from mel command maya.cmds.timeEditorClip

getDefaultGhostRoot(**kwargs)

Edit or query default ghost root variable. Determine whether to use the default ghost root (object driven by clip).

Derived from mel command maya.cmds.timeEditorClip

getDrivenAttributes(**kwargs)

Return a list of attributes driven by a clip.

Derived from mel command maya.cmds.timeEditorClip

getDrivenClipsBySource(**kwargs)

Returns the clips driven by the given source. Can filter the return result by the specified type, like animCurve, expression, constraint, etc. This flag must come before the -query flag.

Derived from mel command maya.cmds.timeEditorClip

getDrivenObjects(**kwargs)

Return an array of strings consisting of the names of all objects driven by the current clip and its children clips.

Derived from mel command maya.cmds.timeEditorClip

getDrivenRootObjects(**kwargs)

Return an array of strings consisting of the names of all root objects driven by this clip and its children clips.

Derived from mel command maya.cmds.timeEditorClip

getDrivingSources(**kwargs)

Return all sources driving the given clip. Can filter the return result by the specified type, like animCurve, expression, constraint, etc. If used after the -query flag (without an argument), the command returns all sources driving the given clip. To specify the type, this flag must appear before the -query flag. In query mode, this flag can accept a value.

Derived from mel command maya.cmds.timeEditorClip

getDuration(**kwargs)

Relative duration of the new clip.

Derived from mel command maya.cmds.timeEditorClip

getEndTime(**kwargs)

Query the relative end time of the clip.

Derived from mel command maya.cmds.timeEditorClip

getExists(**kwargs)

Return true if the specified clip exists.

Derived from mel command maya.cmds.timeEditorClip

getGhost(**kwargs)

Enable/disable ghosting for the specified clip.

Derived from mel command maya.cmds.timeEditorClip

getHoldEnd(**kwargs)

Hold clip’s end to time.

Derived from mel command maya.cmds.timeEditorClip

getHoldStart(**kwargs)

Hold clip’s start to time.

Derived from mel command maya.cmds.timeEditorClip

getIsContainer(**kwargs)

Indicate if given clip ID is a container.

Derived from mel command maya.cmds.timeEditorClip

getListUserGhostRoot(**kwargs)

Get user defined ghost root object for indicated clips.

Derived from mel command maya.cmds.timeEditorClip

getLoopEnd(**kwargs)

Loop clip’s end to time.

Derived from mel command maya.cmds.timeEditorClip

getLoopStart(**kwargs)

Loop clip’s start to time.

Derived from mel command maya.cmds.timeEditorClip

getMinClipDuration(**kwargs)

Returns the minimum allowed clip duration.

Derived from mel command maya.cmds.timeEditorClip

getMute(**kwargs)

Mute/Unmute the clip given a clip ID. In query mode, return the muted state of the clip. Clips muted by soloing are not affected by this flag.

Derived from mel command maya.cmds.timeEditorClip

getParentClipId(**kwargs)

Specify the parent clip ID of a clip to be created.

Derived from mel command maya.cmds.timeEditorClip

getParentGroupId(**kwargs)

Return the parent group ID of the given clip.

Derived from mel command maya.cmds.timeEditorClip

getRemappedSourceAttrs(**kwargs)

Return an array of attribute indices and names of the source attributes of a remapped clip.

Derived from mel command maya.cmds.timeEditorClip

getRemappedTargetAttrs(**kwargs)

Return an array of attribute indices and names of the target attributes of a remapped clip.

Derived from mel command maya.cmds.timeEditorClip

getRemoveWeightCurve(**kwargs)

Remove the weight curve connected to the clip.

Derived from mel command maya.cmds.timeEditorClip

getSpeedRamping(**kwargs)

To control the playback speed of the clip by animation curve: 1 : create - Attach a speed curve and a time warp curve to the clip to control the playback speed2 : edit - Open the Graph editor to edit the speed curve3 : enable - Create a time warp curve from current speed curve and attach to clip4 : disable - Remove the time warp curve from clip5 : delete - Delete the attached speed curve and time warp curve6 : reset - Reset the speed curve back to the default7 : convert to speed curve from time warp8 : convert to time warp from speed curveIn query mode, return true if a speed curve is attached to the clip.

Derived from mel command maya.cmds.timeEditorClip

getStartTime(**kwargs)

Relative start time of the new clip.

Derived from mel command maya.cmds.timeEditorClip

getTimeWarp(**kwargs)

Return true if the clip is being warped by the speed curve. If no speed curve is attached to the clip, it will always return false.

Derived from mel command maya.cmds.timeEditorClip

getTimeWarpCurve(**kwargs)

Returns the name of the time warp curve connected to the clip.

Derived from mel command maya.cmds.timeEditorClip

getTimeWarpType(**kwargs)

Time warp mode: 0: remapping - Connected time warp curve performs frame by frame remapping1: speed curve - Connected time warp curve acts as a speed curveIn query mode, return time warp mode of a clip.

Derived from mel command maya.cmds.timeEditorClip

getTrack(**kwargs)

The new clip container will be created on the track in the format trackNode:trackNumber, or on a track path, for example composition1|track1. In query mode, return a string containing the track number and tracks node of the given clip ID. In create mode, if the track number is ‘-1’ or not given at all, then a new track will be created. For example: trackNode:-1; composition1|.

Derived from mel command maya.cmds.timeEditorClip

getTracksNode(**kwargs)

Get tracks node if specified clip is a group clip.

Derived from mel command maya.cmds.timeEditorClip

getTruncated(**kwargs)

This flag is used in conjunction with other timing flags like -s/start, -d/duration, -ed/end, etc. to query (global) truncated time.

Derived from mel command maya.cmds.timeEditorClip

getType(**kwargs)

Only populate the specified type of animation source. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.timeEditorClip

getUserGhostRoot(**kwargs)

Edit or query custom ghost root variable. Determine whether to use user defined ghost root.

Derived from mel command maya.cmds.timeEditorClip

getWeightCurve(**kwargs)

In edit mode, create a weight curve and connect it to the clip. In query mode, return the name of the weight curve connected to the clip.

Derived from mel command maya.cmds.timeEditorClip

ghostRootAdd(val=True, **kwargs)

Add path to specified node as a custom ghost root.

Derived from mel command maya.cmds.timeEditorClip

ghostRootRemove(val=True, **kwargs)

Remove path to specified node as a custom ghost root.

Derived from mel command maya.cmds.timeEditorClip

importOption(val=True, **kwargs)

Option for importing animation source. Specify either ‘connect’ or ‘generate’. connect: Only connect with nodes already existing in the scene. Importing an animation source that does not match with any element of the current scene will not create any clip. (connect is the default mode). generate: Import everything and generate new nodes for items not existing in the scene.

Derived from mel command maya.cmds.timeEditorClip

importPopulateOption(val=True, **kwargs)

Option for population when importing.

Derived from mel command maya.cmds.timeEditorClip

includeRoot(val=True, **kwargs)

Populate transform (Translate, Rotate, Scale) of hierarchy root nodes.

Derived from mel command maya.cmds.timeEditorClip

modifyAnimSource(val=True, **kwargs)

When populating, automatically modify Anim Source without asking the user.

Derived from mel command maya.cmds.timeEditorClip

moveClip(val=True, **kwargs)

Move clip by adding delta to its start time.

Derived from mel command maya.cmds.timeEditorClip

parent(val=True, **kwargs)

Specify group/object parent ID.

Derived from mel command maya.cmds.timeEditorClip

pasteClip(val=True, **kwargs)

Paste clip to the given time and track. Destination track is required to be specified through the track flag in the format tracksNode:trackIndex. A trackIndex of -1 indicates that a new track will be created.

Derived from mel command maya.cmds.timeEditorClip

path(val=True, **kwargs)

Full path of the clip to be edited. For example: composition1|track1|clip1. In query mode, this flag can accept a value.

Derived from mel command maya.cmds.timeEditorClip

razorClip(val=True, **kwargs)

Razor clip into two clips at the specified time.

Derived from mel command maya.cmds.timeEditorClip

recursively(val=True, **kwargs)

Populate selection recursively, adding all the children.

Derived from mel command maya.cmds.timeEditorClip

remap(val=True, **kwargs)

Change animation source for a given clip item to a new one, specified by the target path. This removes all clips for the roster item and creates new clips from the Anim Source for the new target path.

Derived from mel command maya.cmds.timeEditorClip

remapSource(val=True, **kwargs)

Set animation source to be remapped for a given clip item to new one, specified by the target path.

Derived from mel command maya.cmds.timeEditorClip

removeClip(val=True, **kwargs)

Remove clip of specified ID.

Derived from mel command maya.cmds.timeEditorClip

removeCrossfade(val=True, **kwargs)

Remove custom crossfade between two clips specified by -clipId flags.

Derived from mel command maya.cmds.timeEditorClip

removeSceneAnimation(val=True, **kwargs)

If true, remove animation from scene when creating clips or anim sources. Only Time Editor will drive the removed scene animation.

Derived from mel command maya.cmds.timeEditorClip

resetTiming(val=True, **kwargs)

Reset start and duration of a clip with the given clip ID to the values stored in its Anim Source.

Derived from mel command maya.cmds.timeEditorClip

resetTransition(val=True, **kwargs)

Reset transition intervals between specified clips.

Derived from mel command maya.cmds.timeEditorClip

ripple(val=True, **kwargs)

Apply rippling to a clip operation.

Derived from mel command maya.cmds.timeEditorClip

rootClipId(val=True, **kwargs)

ID of the root clip. It is used together with various clip editing flags. When used, the effect of clip editing and its parameters will be affected by the given root clip. For example, moving a clip under the group root (usually in group tab view) will be performed in the local time space of the group root.

Derived from mel command maya.cmds.timeEditorClip

rootPath(val=True, **kwargs)

Path of the root clip. It is used together with various clip editing flags. When used, the effect of clip editing and its parameters will be affected by the given root clip. For example, moving a clip under the group root (usually in group tab view) will be performed in the local time space of the group root.

Derived from mel command maya.cmds.timeEditorClip

scaleEnd(val=True, **kwargs)

Scale the end time of the clip to the given time.

Derived from mel command maya.cmds.timeEditorClip

scalePivot(val=True, **kwargs)

Scale the time of the clip based on the pivot. This should be used together with -scs/scaleStartor -sce/scaleEnd.

Derived from mel command maya.cmds.timeEditorClip

scaleStart(val=True, **kwargs)

Scale the start time of the clip to the given time.

Derived from mel command maya.cmds.timeEditorClip

setAddObjects(val=True, **kwargs)

Populate the given object(s) and their attributes to anim source to Time Editor. For multiple object, pass each name separated by semicolon. In query mode, return the number of attributes that will be populated given the flags, along with the animation’s first and last frames for the given object(s). Similar to -addSelectedObjectsflag but acts on given object(s) instead. This flag will override the flag -addSelectedObjects.

Derived from mel command maya.cmds.timeEditorClip

setAddRelatedKG(val=True, **kwargs)

During population, determine if associated keying groups should be populated or not. Normally used for populating HIK. By default the value is false.

Derived from mel command maya.cmds.timeEditorClip

setAddSelectedObjects(val=True, **kwargs)

Populate the currently selected objects and their attributes to anim source or Time Editor. In query mode, return the number of attributes that will be populated given the flags, along with the animation’s first and last frames.

Derived from mel command maya.cmds.timeEditorClip

setAnimSource(val=True, **kwargs)

Populate based on animation source.

Derived from mel command maya.cmds.timeEditorClip

setCrossfadeMode(val=True, **kwargs)

Set the crossfading mode between two clips that lie on the same track, and that are specified with the -clipId flags: 0 : linear - Two clips are blended with a constant ratio1 : step - Left clip keeps its value until the middle of the crossfading region and then right clip’s value is used2 : hold left - Use only left clip’s value3 : hold right - Use only right clip’s value4 : custom - User defined crossfade curve5 : custom (spline) - User defined crossfade curve with spline preset

Derived from mel command maya.cmds.timeEditorClip

setDefaultGhostRoot(val=True, **kwargs)

Edit or query default ghost root variable. Determine whether to use the default ghost root (object driven by clip).

Derived from mel command maya.cmds.timeEditorClip

setGhost(val=True, **kwargs)

Enable/disable ghosting for the specified clip.

Derived from mel command maya.cmds.timeEditorClip

setHoldEnd(val=True, **kwargs)

Hold clip’s end to time.

Derived from mel command maya.cmds.timeEditorClip

setHoldStart(val=True, **kwargs)

Hold clip’s start to time.

Derived from mel command maya.cmds.timeEditorClip

setKeyframe(val=True, **kwargs)

Set keyframe on a specific clip for a specified attribute.

Derived from mel command maya.cmds.timeEditorClip

setLoopEnd(val=True, **kwargs)

Loop clip’s end to time.

Derived from mel command maya.cmds.timeEditorClip

setLoopStart(val=True, **kwargs)

Loop clip’s start to time.

Derived from mel command maya.cmds.timeEditorClip

setMute(val=True, **kwargs)

Mute/Unmute the clip given a clip ID. In query mode, return the muted state of the clip. Clips muted by soloing are not affected by this flag.

Derived from mel command maya.cmds.timeEditorClip

setRemoveWeightCurve(val=True, **kwargs)

Remove the weight curve connected to the clip.

Derived from mel command maya.cmds.timeEditorClip

setSpeedRamping(val=True, **kwargs)

To control the playback speed of the clip by animation curve: 1 : create - Attach a speed curve and a time warp curve to the clip to control the playback speed2 : edit - Open the Graph editor to edit the speed curve3 : enable - Create a time warp curve from current speed curve and attach to clip4 : disable - Remove the time warp curve from clip5 : delete - Delete the attached speed curve and time warp curve6 : reset - Reset the speed curve back to the default7 : convert to speed curve from time warp8 : convert to time warp from speed curveIn query mode, return true if a speed curve is attached to the clip.

Derived from mel command maya.cmds.timeEditorClip

setTimeWarpType(val=True, **kwargs)

Time warp mode: 0: remapping - Connected time warp curve performs frame by frame remapping1: speed curve - Connected time warp curve acts as a speed curveIn query mode, return time warp mode of a clip.

Derived from mel command maya.cmds.timeEditorClip

setTrack(val=True, **kwargs)

The new clip container will be created on the track in the format trackNode:trackNumber, or on a track path, for example composition1|track1. In query mode, return a string containing the track number and tracks node of the given clip ID. In create mode, if the track number is ‘-1’ or not given at all, then a new track will be created. For example: trackNode:-1; composition1|.

Derived from mel command maya.cmds.timeEditorClip

setType(val=True, **kwargs)

Only populate the specified type of animation source. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.timeEditorClip

setUserGhostRoot(val=True, **kwargs)

Edit or query custom ghost root variable. Determine whether to use user defined ghost root.

Derived from mel command maya.cmds.timeEditorClip

setWeightCurve(val=True, **kwargs)

In edit mode, create a weight curve and connect it to the clip. In query mode, return the name of the weight curve connected to the clip.

Derived from mel command maya.cmds.timeEditorClip

transition(val=True, **kwargs)

Create transition intervals between specified clips.

Derived from mel command maya.cmds.timeEditorClip

trimEnd(val=True, **kwargs)

Trim the end time of the clip to the given time.

Derived from mel command maya.cmds.timeEditorClip

trimStart(val=True, **kwargs)

Trim the start time of the clip to the given time.

Derived from mel command maya.cmds.timeEditorClip

uniqueAnimSource(val=True, **kwargs)

If a given clip is sharing its Anim Source node with another clip, make the Anim Source of this clip unique.

Derived from mel command maya.cmds.timeEditorClip

zeroKeying(val=True, **kwargs)

A toggle flag to use in conjunction with k/setKeyframe, set the value of the key frame(s) to be keyed to zero.

Derived from mel command maya.cmds.timeEditorClip