SceneObjects(bpy_struct)

base class — bpy_struct

class bpy.types.SceneObjects(bpy_struct)

Collection of scene objects

active

Active object for this scene

Type :Object

Link object to scene, run scene.update() after.

Parameters:object (Object, (never None)) – Object to add to scene.
Returns:The newly created base.
Return type:ObjectBase

Unlink object from scene.

Parameters:object (Object, (never None)) – Object to remove from scene.

Inherited Properties

Inherited Functions

References

Previous topic

SceneGameData(bpy_struct)

Next topic

SceneRenderLayer(bpy_struct)