Specifies rotation limits for humanoid bones. If this is not specified for a humanoid bone, application defined default values will be used.
Name Part | Type | Description | Required | Default |
---|---|---|---|---|
$HuLim |
literal |
processor name |
Y |
- |
P{min},{max} |
2x float |
Rotation limits for the primary axis |
N |
- |
S{min},{max} |
2x float |
Rotation limits for the secondary axis |
N |
- |
T{min},{max} |
2x float |
Rotation limits for the twist axis. |
N |
- |
BL{bone-length} |
float |
Bone length, same meaning as in |
N |
- |
Example
FingerLittle1$HuLimH-55,55V-60,60T-25,25BL0.2.L
Key | Type | Description | Required | Default |
---|---|---|---|---|
p_min |
float |
Rotation min-limit for the primary axis |
N |
- |
p_max |
float |
Rotation max-limit for the primary axis |
N |
- |
s_min |
float |
Rotation min-limit for the secondary axis |
N |
- |
s_max |
float |
Rotation max-limit for the secondary axis |
N |
- |
t_min |
float |
Twist rotation min-limit |
N |
- |
t_max |
float |
Twist rotation max-limit |
N |
- |
bone_length |
float |
Bone length, same meaning as in |
N |
- |
Example
{
"t": "nna.humanoid.limits",
"p_min": -55,
"p_max": 55,
"t_min": -25,
"t_max": 25
}