| Home | Trees | Index | Help |
|
|---|
| Module Scene :: Class Scene |
|
| Method Summary | |
|---|---|
| Scene |
Make a copy of this Scene. |
| |
| |
| |
| string |
Get the name of this Scene. |
| |
Link an Object to this Scene. | |
Make this Scene the currently active one in Blender. | |
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 |
|---|
copy(duplicate_objects=1)Make a copy of this Scene.
|
currentFrame(frame=None)
|
endFrame(frame=None)
|
frameSettings(start=None, end=None, current=None)
|
getName()Get the name of this Scene.
|
getWinSize()
|
link(object)Link an Object to this Scene.
|
makeCurrent()Make this Scene the currently active one in Blender. |
setName(name)Set the name of this Scene.
|
setWinSize(dimensions)
|
startFrame(frame=None)
|
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.0 on Wed May 12 22:11:00 2004 | http://epydoc.sf.net |