Files
gtav-src/tools_ng/wildwest/script/3dsMax/Characters/Rigging/mrSkeleton/boneLengthCallback.ms
T
2025-09-29 00:52:08 +02:00

9 lines
173 B
Plaintext
Executable File

fn whenBoneChangesDo =
(
when transform $stretchy_Pelvis changes do
(
$Stretchy_Pelvis.length = distance $Marker_Pelvis $Marker_tail_01
)
)
whenBoneChangesDo()