WalkNavigation(bpy_struct)¶
base class — bpy_struct
Walk navigation settings
Maximum height of a jump
- Type
float in [0.1, 100], default 0.4
Speed factor for when looking around, high values mean faster mouse movement
- Type
float in [0.01, 10], default 1.0
Interval of time warp when teleporting in navigation mode
- Type
float in [0, 10], default 0.2
Walk with gravity, or free navigate
- Type
boolean, default False
Reverse the vertical movement of the mouse
- Type
boolean, default False
View distance from the floor when walking
- Type
float in [0, 1000], default 1.6
Base speed for walking and flying
- Type
float in [0.01, 100], default 2.5
Multiplication factor when using the fast or slow modifiers
- Type
float in [0.01, 10], default 5.0
- Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Struct
subclass
- Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
Inherited Properties
Inherited Functions
References