WalkNavigation(bpy_struct)
base class — bpy_struct
- class bpy.types.WalkNavigation(bpy_struct)
Walk navigation settings
- jump_height
Maximum height of a jump (in [0.1, 100], default 0.4)
- Type:
float
- mouse_speed
Speed factor for when looking around, high values mean faster mouse movement (in [0.01, 10], default 1.0)
- Type:
float
- teleport_time
Interval of time warp when teleporting in navigation mode (in [0, 10], default 0.2)
- Type:
float
- use_gravity
Walk with gravity, or free navigate (default False)
- Type:
bool
- use_mouse_reverse
Reverse the vertical movement of the mouse (default False)
- Type:
bool
- view_height
View distance from the floor when walking (in [0, 1000], default 1.6)
- Type:
float
- walk_speed
Base speed for walking and flying (in [0.01, 100], default 2.5)
- Type:
float
- walk_speed_factor
Multiplication factor when using the fast or slow modifiers (in [0.01, 10], default 5.0)
- Type:
float
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type