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:
authorMatt Ebb <matt@mke3.net>2007-09-19 10:07:54 +0400
committerMatt Ebb <matt@mke3.net>2007-09-19 10:07:54 +0400
commit9f17eae3f01c03bf0ea9e20893be08ccca4deaea (patch)
tree2814f677ed5d9e722903fd69fb7933662f2854c2 /source/blender/python/api2_2x/doc/Scene.py
parent78a20a930a7b3ae251374d433e0a9e8acf15ab65 (diff)
* Documented scene.objects.camera , used for getting the active camera
of a scene.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Scene.py')
-rw-r--r--source/blender/python/api2_2x/doc/Scene.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Scene.py b/source/blender/python/api2_2x/doc/Scene.py
index 93d3e7d830e..77e33e143f5 100644
--- a/source/blender/python/api2_2x/doc/Scene.py
+++ b/source/blender/python/api2_2x/doc/Scene.py
@@ -357,6 +357,8 @@ class SceneObjects:
@type context: sequence of L{Object}
@ivar active: the active object in the scene.
@type active: L{Object}
+ @ivar camera: the active camera in the scene.
+ @type camera: L{Object}
"""
def new(data):