[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12089] trunk/blender/source/blender/ python/api2_2x/doc/Scene.py: * Documented scene.objects.camera , used for getting the active camera

Matt Ebb matt at mke3.net
Wed Sep 19 08:07:55 CEST 2007


Revision: 12089
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12089
Author:   broken
Date:     2007-09-19 08:07:54 +0200 (Wed, 19 Sep 2007)

Log Message:
-----------
* Documented scene.objects.camera , used for getting the active camera
of a scene.

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/doc/Scene.py

Modified: trunk/blender/source/blender/python/api2_2x/doc/Scene.py
===================================================================
--- trunk/blender/source/blender/python/api2_2x/doc/Scene.py	2007-09-18 19:56:58 UTC (rev 12088)
+++ trunk/blender/source/blender/python/api2_2x/doc/Scene.py	2007-09-19 06:07:54 UTC (rev 12089)
@@ -357,6 +357,8 @@
 	@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):





More information about the Bf-blender-cvs mailing list