Home | Trees | Index | Help |
|
---|
Module Scene :: Class Scene |
|
Method Summary | |
---|---|
Scene |
Make a copy of this Scene. |
int |
Get (and optionally set) the current frame value. |
int |
Get (and optionally set) the end frame value. |
tuple |
Get (and optionally set) the start, end and current frame values. |
string |
Get the location of the backbuffer image. |
list |
Get all objects linked to this Scene. |
Blender Camera |
Get the currently active Camera for this Scene. |
string |
Get the name of this Scene. |
string |
Get the current directory where rendered images are saved. |
list of two ints |
Get the current x,y resolution of the render window. |
Link an Object to this Scene. | |
Make this Scene the currently active one in Blender. | |
Set the currently active Camera in this Scene. | |
Set the name of this Scene. | |
Set the width and height of the render window. | |
int |
Get (and optionally set) the start frame value. |
Unlink an Object from this Scene. | |
Update this Scene in Blender. |
Class Variable Summary | |
---|---|
name
- The Scene name. |
Method Details |
---|
copy(duplicate_objects=1)Make a copy of this Scene.
|
currentFrame(frame=None)Get (and optionally set) the current frame value.
|
endFrame(frame=None)Get (and optionally set) the end frame value.
|
frameSettings(start=None, end=None, current=None)Get (and optionally set) the start, end and current frame values.
|
getBackbufdir()Get the location of the backbuffer image.
|
getChildren()Get all objects linked to this Scene.
|
getCurrentCamera()Get the currently active Camera for this Scene.
|
getName()Get the name of this Scene.
|
getRenderdir()Get the current directory where rendered images are saved.
|
getWinSize()Get the current x,y resolution of the render window. These are the dimensions of the image created by the Blender Renderer.
|
link(object)Link an Object to this Scene.
|
makeCurrent()Make this Scene the currently active one in Blender. |
setCurrentCamera(camera)Set the currently active Camera in this Scene.
|
setName(name)Set the name of this Scene.
|
setWinSize(dimensions)Set the width and height of the render window. These are the dimensions of the image created by the Blender Renderer.
|
startFrame(frame=None)Get (and optionally set) the start frame value.
|
unlink(object)Unlink an Object from this Scene.
|
update(full=0)Update this Scene in Blender.
|
Class Variable Details |
---|
nameThe Scene name. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Wed Aug 13 19:17:14 2003 | http://epydoc.sf.net |