EditObjectActuator(Actuator)¶
base classes — bpy_struct, Actuator
-
class
bpy.types.EditObjectActuator(Actuator)¶ Actuator used to edit objects
-
angular_velocity¶ Angular velocity upon creation
Type: float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
-
dynamic_operation¶ Type: enum in [‘RESTOREDYN’, ‘SUSPENDDYN’, ‘ENABLERIGIDBODY’, ‘DISABLERIGIDBODY’, ‘SETMASS’, ‘RESTOREPHY’, ‘SUSPENDPHY’], default ‘RESTOREDYN’
-
linear_velocity¶ Velocity upon creation
Type: float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
-
mass¶ The mass of the object
Type: float in [-inf, inf], default 0.0
-
mode¶ The mode of the actuator
Type: enum in [‘ADDOBJECT’, ‘ENDOBJECT’, ‘REPLACEMESH’, ‘TRACKTO’, ‘DYNAMICS’], default ‘ADDOBJECT’
-
time¶ Duration the new Object lives or the track takes
Type: float in [-inf, inf], default 0.0
-
track_axis¶ The axis that points to the target object
Type: enum in [‘TRACKAXISX’, ‘TRACKAXISY’, ‘TRACKAXISZ’, ‘TRACKAXISNEGX’, ‘TRACKAXISNEGY’, ‘TRACKAXISNEGZ’], default ‘TRACKAXISX’
-
up_axis¶ The axis that points upward
Type: enum in [‘UPAXISX’, ‘UPAXISY’, ‘UPAXISZ’], default ‘UPAXISX’
-
use_3d_tracking¶ Enable 3D tracking
Type: boolean, default False
-
use_local_angular_velocity¶ Apply the rotation locally
Type: boolean, default False
-
use_local_linear_velocity¶ Apply the transformation locally
Type: boolean, default False
-
use_replace_display_mesh¶ Replace the display mesh
Type: boolean, default False
-
use_replace_physics_mesh¶ Replace the physics mesh (triangle bounds only - compound shapes not supported)
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