Module NLA :: Class Action
[frames | no frames]

Class Action


The Action object

This object gives access to Action-specific data in Blender.
Method Summary
Dictionary [channel : PyIpo] getAllChannelIpos()
Get the all the Ipos for this action
PyIpo getChannelIpo(channel)
Get the Ipo for the named channel in this action
string getName()
Get the name of this Action.
  removeChannel(channel)
Remove a named channel from this action
  setActive(object)
Set this action as the current action for an object.
  setName(name)
Set the name of this Action.

Method Details

getAllChannelIpos()

Get the all the Ipos for this action
Returns:
the Ipos for all the channels in the action
           (type=Dictionary [channel : PyIpo])

getChannelIpo(channel)

Get the Ipo for the named channel in this action
Parameters:
channel - The name of a channel in this action
           (type=string)
Returns:
the Ipo for the channel
           (type=PyIpo)

getName()

Get the name of this Action.
Returns:
string

removeChannel(channel)

Remove a named channel from this action
Parameters:
channel - The name of a channel in this action to be removed
           (type=string)

setActive(object)

Set this action as the current action for an object.
Parameters:
object - The object whose action is to be set
           (type=PyObject)

setName(name)

Set the name of this Action.
Parameters:
name - The new name
           (type=string)

Generated by Epydoc 2.1 on Mon Jun 13 15:31:22 2005 http://epydoc.sf.net