modified scripts from using older/depricated Python API commands, deprecated scn.getChildren() in the docs.

This commit is contained in:
2006-12-25 09:17:23 +00:00
parent dd5077060e
commit 859b7f207e
25 changed files with 406 additions and 421 deletions

View File

@@ -186,7 +186,8 @@ class Scene:
def getChildren():
"""
Get all objects linked to this Scene.
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).
@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