XrSessionSettings(bpy_struct)¶
base class — bpy_struct
- class bpy.types.XrSessionSettings(bpy_struct)¶
- base_pose_angle¶
Rotation angle around the Z-Axis to apply the rotation deltas from the VR headset to
- Type
float in [-inf, inf], default 0.0
- base_pose_location¶
Coordinates to apply translation deltas from the VR headset to
- Type
float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
- base_pose_object¶
Object to take the location and rotation to which translation and rotation deltas from the VR headset will be applied to
- Type
- base_pose_type¶
Define where the location and rotation for the VR view come from, to which translation and rotation deltas from the VR headset will be applied to
SCENE_CAMERAScene Camera, Follow the active scene camera to define the VR view’s base pose.OBJECTObject, Follow the transformation of an object to define the VR view’s base pose.CUSTOMCustom, Follow a custom transformation to define the VR view’s base pose.
- Type
enum in [‘SCENE_CAMERA’, ‘OBJECT’, ‘CUSTOM’], default ‘SCENE_CAMERA’
- clip_end¶
VR viewport far clipping distance
- Type
float in [1e-06, inf], default 0.0
- clip_start¶
VR viewport near clipping distance
- Type
float in [1e-06, inf], default 0.0
- shading¶
- Type
View3DShading, (readonly, never None)
- show_annotation¶
Show annotations for this view
- Type
boolean, default False
- show_floor¶
Show the ground plane grid
- Type
boolean, default False
- use_positional_tracking¶
Allow VR headsets to affect the location in virtual space, in addition to the rotation
- Type
boolean, default False
- 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