| Home | Trees | Index | Help |
|
|---|
| Module NLA :: Class ActionStrip |
|
| Method Summary | |
|---|---|
| None |
Activates the functionality found in NLA Strip menu under "Reset Action Start/End". |
| None |
Activates the functionality found in NLA Strip menu under "Reset Strip Size". |
| None |
Activates the functionality found in NLA Strip menu under "Snap to Frame". |
| Instance Variable Summary | |
|---|---|
| BPy Action object | action: Action associated with the strip. |
| float | actionEnd: Ending frame of the action. |
| float | actionStart: Starting frame of the action. |
| float | blendIn: Number of frames of motion blending. |
| float | blendOut: Number of frames of ease-out. |
| int | flag: Controls various ActionStrip attributes. |
| object | groupTarget: Armature object within DupliGroup for local animation |
| int | mode: Controls the ActionStrip mode. |
| float | repeat: The number of times to repeat the action range. |
| int | strideAxis: Dominant axis for stride bone. |
| string | strideBone: Name of Bone used for stride |
| float | strideLength: Distance covered by one complete cycle of the action specified in the
Action Range. |
| float | stripEnd: Ending frame of the strip. |
| float | stripStart: Starting frame of the strip. |
| Method Details |
|---|
resetActionLimits()Activates the functionality found in NLA Strip menu under "Reset Action Start/End". This method restores the values of ActionStart and ActionEnd to their defaults, usually the first and last frames within an action that contain keys.
|
resetStripSize()Activates the functionality found in NLA Strip menu under "Reset Strip Size". This method resets the action strip size to its creation values.
|
snapToFrame()Activates the functionality found in NLA Strip menu under "Snap to Frame". This function snaps the ends of the action strip to the nearest whole numbered frame.
|
| Instance Variable Details |
|---|
actionAction associated with the strip.
|
actionEndEnding frame of the action.
|
actionStartStarting frame of the action.
|
blendInNumber of frames of motion blending.
|
blendOutNumber of frames of ease-out.
|
flagControls various ActionStrip attributes. Values can be ORed. SeeFlags for
valid values.
|
groupTargetArmature object within DupliGroup for local animation
|
modeControls the ActionStrip mode. SeeModes for valid values.
|
repeatThe number of times to repeat the action range.
|
strideAxisDominant axis for stride bone. SeeStrideAxes for valid values.
|
strideBoneName of Bone used for stride
|
strideLengthDistance covered by one complete cycle of the action specified in the Action Range.
|
stripEndEnding frame of the strip.
|
stripStartStarting frame of the strip.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu May 10 20:32:01 2007 | http://epydoc.sf.net |