| Home | Trees | Index | Help |
|
|---|
| Module Scene :: Class Scene |
|
| Method Summary | |
|---|---|
Add a new script link to this Scene. | |
| bool |
Delete all this Scene's script links. |
| Scene |
Make a copy of this Scene. |
| list of Blender Objects |
Get all objects linked to this Scene. |
| Blender Camera |
Get the currently active Camera for this Scene. |
| string |
Get the name of this Scene. |
| Blender Radiosity |
Get the radiosity context for this scene, see Radio. |
| RenderData |
Get the rendering context for this scene, see Render. |
| list |
Get a list with this Scene's script links of type 'event'. |
Link an Object to this Scene. | |
Make this Scene the currently active one in Blender. | |
| bool |
Play a realtime animation. |
Set the currently active Camera in this Scene. | |
Set the name of this Scene. | |
Unlink an Object from this Scene. | |
Update this Scene in Blender. | |
| Class Variable Summary | |
|---|---|
name: The Scene name. | |
| Method Details |
|---|
addScriptLink(text, event)Add a new script link to this Scene.
|
clearScriptLinks()Delete all this Scene's script links.
|
copy(duplicate_objects=1)Make a copy of this Scene.
|
getChildren()Get all objects linked to this Scene.
|
getCurrentCamera()Get the currently active Camera for this Scene.
|
getName()Get the name of this Scene.
|
getRadiosityContext()Get the radiosity context for this scene, seeRadio.
|
getRenderingContext()Get the rendering context for this scene, seeRender.
|
getScriptLinks(event)Get a list with this Scene's script links of type 'event'.
|
link(object)Link an Object to this Scene.
|
makeCurrent()Make this Scene the currently active one in Blender. |
play(mode=0, win='<VIEW3D>')Play a realtime animation. This is the "Play Back Animation" function in Blender, different from playing a sequence of rendered images (for that checkRender.RenderData.play).
|
setCurrentCamera(camera)Set the currently active Camera in this Scene.
|
setName(name)Set the name of this Scene.
|
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 2.1 on Tue Jan 4 13:43:05 2005 | http://epydoc.sf.net |