base classes — bpy_struct, Actuator
Actuator to control the object movement
Sets the 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 |
|---|
Sets the force
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Set the upper limit for force
| Type : | float in [-inf, inf], default 0.0 |
|---|
Set the upper limit for force
| Type : | float in [-inf, inf], default 0.0 |
|---|
Set the upper limit for force
| Type : | float in [-inf, inf], default 0.0 |
|---|
Set the lower limit for force
| Type : | float in [-inf, inf], default 0.0 |
|---|
Set the lower limit for force
| Type : | float in [-inf, inf], default 0.0 |
|---|
Set the lower limit for 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 |
|---|
Sets the 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’ |
|---|
Sets the location
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Sets the 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 |
|---|
Sets the 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
|