Custom Bone Angle Detection
The Custom Bone Angle Detection node calculates the angle between two specified bones or lines, and triggers different nodes when it matches or doesn't match the specified bone angle. This can be used for assigning posture constraints.
Name | Data Type | Description |
---|
Enter | Exec | Triggers the execution of this node |
Bone 1 | Array | The first bone to use |
Bone 2 | Array | The second bone to use |
Bone Angle | Number | The desired angle between two bones |
Detection Threshold | Number | The range condition for angle detection, calculated by adding or subtracting the threshold from the bone angle |
Output
Name | Data Type | Description |
---|
Match Success | Exec | Executes the next node when the detected angle matches the specified angle |
Match Fail | Exec | Executes the next node when the detected angle doesn't match the specified angle |
Is Matched | Boolean | Returns true if the detected angle matches the specified angle, false if not |
Angle | Number | The calculated angle between the bones |