EditObjectActuator(Actuator)
base classes — bpy_struct, Actuator
- class bpy.types.EditObjectActuator(Actuator)
Actuator used to edit objects
- angular_velocity
Angular velocity upon creation
- Type:
mathutils.Vectorof 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
- children_recursive_restore
Apply to all children
- Type:
boolean, default False
- children_recursive_suspend
Apply to all children
- Type:
boolean, default False
- dynamic_operation
- Type:
enum in [
'RESTOREDYN','SUSPENDDYN','ENABLERIGIDBODY','DISABLERIGIDBODY','SETMASS','RESTOREPHY','SUSPENDPHY'], default"'RESTOREDYN'"
- free_constraints
Free constraints
- Type:
boolean, default False
- linear_velocity
Velocity upon creation
- Type:
mathutils.Vectorof 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:
int in [-inf, inf], default 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_object_duplicate
Warning: works only for the selected object (not children)
- 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 (str) – 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 (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type