SceneObjects(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.SceneObjects(bpy_struct)¶ Collection of scene objects
-
link(object)¶ Link object to scene, run scene.update() after
Parameters: object ( Object, (never None)) – Object to add to sceneReturns: The newly created base Return type: ObjectBase
-
Inherited Properties
Inherited Functions
References