Notifications
Clear all

[Closed] baking Bone stretch factor

Is there a way too bake it (the bone stretch factor) inside the scale? I tried using .stretchTM infos but I get illegal reference. I usually do it with some expressions using the length of the bone but I was wondering if there’s a simpler way to do it.

What I’m looking for is a way to be able to stretch a bone and see the scale value change without using expressions or scale_script if possible.
EDIT:( I don’t really need to bake it, kinda mistitled the thread sorry :/)

1 Reply

hey. I’m new at this but I think I got how have the bone stretch factor in a var:
1 select a bone you want to get the SF, and run this

BoneStretchTm = $.stretchTM
BoneStretchFactor = BoneStretchTm[1][1]

hope its help