Screen(ID)

base classes — bpy_struct, ID

class bpy.types.Screen(ID)

Screen datablock, defining the layout of areas in a window

areas

Areas the screen is subdivided into

Type :Collection of Area, (readonly)
is_animation_playing

Animation playback is active

Type :boolean, default False, (readonly)
scene

Active scene to be edited in the screen

Type :Scene, (never None)
show_fullscreen

An area is maximised, filling this screen

Type :boolean, default False, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

Scopes(bpy_struct)

Next topic

ScrewModifier(Modifier)