BlendDataScenes(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataScenes(bpy_struct)

Collection of scenes

is_updated
Type:boolean, default False, (readonly)
new(name)

Add a new scene to the main database

Parameters:name (string, (never None)) – New name for the datablock
Returns:New scene datablock
Return type:Scene
remove(scene)

Remove a scene from the current blendfile

Parameters:scene (Scene, (never None)) – Scene to remove
tag(value)

tag

Parameters:value (boolean) – Value

Inherited Properties

Inherited Functions

References