Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2006-08-27 20:27:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-08-27 20:27:34 +0400
commit5dbc4c5f8fda61da055a2186a5080feec96828c0 (patch)
tree87103897bc3a8ae7562f7aca8ba95536b2630167 /source/blender/python/api2_2x/doc/Scene.py
parentb39f4b788dc9c5ccc9430b02852cbc1cbe56eca1 (diff)
Added scn.objects.new(obbdata) as a way of adding object data to a scene and createing the object data at once.
This functionality will probably be moved later on after discussion.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Scene.py')
-rw-r--r--source/blender/python/api2_2x/doc/Scene.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/doc/Scene.py b/source/blender/python/api2_2x/doc/Scene.py
index e93023f3e35..0b9408c5cb1 100644
--- a/source/blender/python/api2_2x/doc/Scene.py
+++ b/source/blender/python/api2_2x/doc/Scene.py
@@ -102,8 +102,7 @@ class Scene:
scene.layers = scene.layers.append(1)
print scene.layers # will print: [1, 3]
@type objects: list of integers
- @ivar objects: An iterator for the scenes objects with set like functionality,
- .add() and .remove() to add and remove objects.
+ @ivar objects: An iterator for the scenes objects with set like functionality.
"""
def getName():