DisplaySafeAreas(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.DisplaySafeAreas(bpy_struct)¶ Safe Areas used in 3D view and the VSE
-
action¶ Safe area for general elements
Type: float array of 2 items in [0, 1], default (0.1, 0.05)
-
action_center¶ Safe area for general elements in a different aspect ratio
Type: float array of 2 items in [0, 1], default (0.15, 0.05)
-
title¶ Safe area for text and graphics
Type: float array of 2 items in [0, 1], default (0.035, 0.035)
-
title_center¶ Safe area for text and graphics in a different aspect ratio
Type: float array of 2 items in [0, 1], default (0.175, 0.05)
-
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.Structsubclass
-
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
-
Inherited Properties
Inherited Functions
References