Python API

----------
Change "requiresd" to "required" in getChildren() documentation.
This commit is contained in:
Ken Hughes
2006-12-25 15:07:16 +00:00
parent 604defd8f2
commit a2b3eb56f2

View File

@@ -187,7 +187,8 @@ class Scene:
def getChildren():
"""
Get all objects linked to this Scene. (B{deprecated}). B{Note}: new scripts
should use the L{objects} attribute instead, in cases where a list is requiresd use list(scn.objects).
should use the L{objects} attribute instead. In cases where a list is
required use list(scn.objects).
@rtype: list of Blender Objects
@return: A list with all Blender Objects linked to this Scene.
@note: L{Object.Get} will return all objects currently in Blender, which