From 0ea46073085676ed4dc5c0d0e18420205c80c86b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 31 May 2007 13:48:16 +0000 Subject: scene.camera was missing from docs bad bad mistake- key wasnt returning IPO's --- source/blender/python/api2_2x/doc/Scene.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/python/api2_2x/doc/Scene.py') diff --git a/source/blender/python/api2_2x/doc/Scene.py b/source/blender/python/api2_2x/doc/Scene.py index fb852f2aa49..93d3e7d830e 100644 --- a/source/blender/python/api2_2x/doc/Scene.py +++ b/source/blender/python/api2_2x/doc/Scene.py @@ -107,6 +107,8 @@ class Scene: @ivar objects: The scene's objects. The sequence supports the methods .link(ob), .unlink(ob), and .new(obdata), and can be iterated over. @type cursor: Vector (wrapped) @ivar cursor: the 3d cursor location for this scene. + @type camera: Camera or None + @ivar camera: The active camera for this scene (can be set) @type world: World or None @ivar world: The world that this scene uses (if any) @type timeline: Timeline -- cgit v1.2.3