Screen(ID)#
base classes — bpy_struct
, ID
- class bpy.types.Screen(ID)#
Screen data-block, defining the layout of areas in a window
- areas#
Areas the screen is subdivided into
- Type:
bpy_prop_collection
ofArea
, (readonly)
- is_animation_playing#
Animation playback is active
- Type:
boolean, default False, (readonly)
- is_scrubbing#
True when the user is scrubbing through time
- Type:
boolean, default False, (readonly)
- is_temporary#
- Type:
boolean, default False, (readonly)
- show_fullscreen#
An area is maximized, filling this screen
- Type:
boolean, default False, (readonly)
- show_statusbar#
Show status bar
- Type:
boolean, default False
- use_follow#
Follow current frame in editors
- Type:
boolean, default False
- use_play_3d_editors#
- Type:
boolean, default False
- use_play_animation_editors#
- Type:
boolean, default False
- use_play_clip_editors#
- Type:
boolean, default False
- use_play_image_editors#
- Type:
boolean, default False
- use_play_node_editors#
- Type:
boolean, default False
- use_play_properties_editors#
- Type:
boolean, default False
- use_play_sequence_editors#
- Type:
boolean, default False
- use_play_spreadsheet_editors#
- Type:
boolean, default False
- use_play_top_left_3d_editor#
- Type:
boolean, default False
- statusbar_info()#
statusbar_info
- Returns:
Status Bar Info
- Return type:
string, (never None)
- classmethod bl_rna_get_subclass(id, default=None)#
- Parameters:
id (string) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)#
- Parameters:
id (string) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type