base classes — bpy_struct, Actuator
Actuator to control the object movement
Angular velocity
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Number of frames to reach the target velocity
| Type : | int in [-32768, 32767], default 0 |
|---|
Not required, high values can cause instability
| Type : | float in [-inf, inf], default 0.0 |
|---|
Force
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Upper limit for X force
| Type : | float in [-inf, inf], default 0.0 |
|---|
Upper limit for Y force
| Type : | float in [-inf, inf], default 0.0 |
|---|
Upper limit for Z force
| Type : | float in [-inf, inf], default 0.0 |
|---|
Lower limit for X force
| Type : | float in [-inf, inf], default 0.0 |
|---|
Lower limit for Y force
| Type : | float in [-inf, inf], default 0.0 |
|---|
Lower limit for Z force
| Type : | float in [-inf, inf], default 0.0 |
|---|
Low value (0.01) for slow response, high value (0.5) for fast response
| Type : | float in [-inf, inf], default 0.0 |
|---|
Linear velocity (in Servo mode it sets the target relative linear velocity, it will be achieved by automatic application of force - Null velocity is a valid target)
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Specify the motion system
| Type : | enum in [‘OBJECT_NORMAL’, ‘OBJECT_SERVO’], default ‘OBJECT_NORMAL’ |
|---|
Location
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Rotation
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Typical value is 60x integral coefficient
| Type : | float in [-inf, inf], default 0.0 |
|---|
Reference object for velocity calculation, leave empty for world reference
| Type : | Object |
|---|
Torque
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Toggles between ADD and SET linV
| Type : | boolean, default False |
|---|
Angular velocity is defined in local coordinates
| Type : | boolean, default False |
|---|
Force is defined in local coordinates
| Type : | boolean, default False |
|---|
Velocity is defined in local coordinates
| Type : | boolean, default False |
|---|
Location is defined in local coordinates
| Type : | boolean, default False |
|---|
Rotation is defined in local coordinates
| Type : | boolean, default False |
|---|
Torque is defined in local coordinates
| Type : | boolean, default False |
|---|
Set limit to force along the X axis
| Type : | boolean, default False |
|---|
Set limit to force along the Y axis
| Type : | boolean, default False |
|---|
Set limit to force along the Z axis
| Type : | boolean, default False |
|---|
Inherited Properties
Inherited Functions
|