~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/python/api2_2x/doc/NLA.py

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
def GetActions ():
78
78
  """
79
 
  Get all actions and return them as a list.
80
 
  @rtype: PyList of PyActions
 
79
  Get all actions and return them as a Key : Value Dictionary.
 
80
  @rtype: Dictionary of PyActions
81
81
  @return: All the actions in blender
82
82
  """
83
83
  
124
124
    @param channel: The name of a channel in this action to be removed
125
125
    """
126
126
    
127
 
  def getAllChannelIpo():
 
127
  def getAllChannelIpos():
128
128
    """
129
129
    Get the all the Ipos for this action
130
 
    @rtype: PyList of PyIpos
 
130
    @rtype: Dictionary [channel : PyIpo]
131
131
    @return: the Ipos for all the channels in the action
132
132
    """
 
 
b'\\ No newline at end of file'