Python API

----------

Fix some typos in the documentation.
This commit is contained in:
Ken Hughes
2006-12-11 17:13:56 +00:00
parent b13ee88805
commit 675ab02726
3 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ class Scene:
scene.layers = scene.layers.append(1)
print scene.layers # will print: [1, 3]
@type objects: sequence of objects
@ivar objects: An iterator for the scenes objects with with functions .link(ob) .unlink(ob) .new(obdata)
@ivar objects: The scene's objects. The sequence supports the methods .link(ob), .unlink(ob), and .new(obdata), and can be iterated over.
"""
def getName():