* Documented scene.objects.camera , used for getting the active camera

of a scene.
This commit is contained in:
Matt Ebb 2007-09-19 06:07:54 +00:00
parent 78a20a930a
commit 9f17eae3f0

@ -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):