Search found 2 matches

by Joh_Jos
Wed Nov 23, 2022 9:23 pm
Forum: Scripting
Topic: how to parent bones without changing there global pos or rotation
Replies: 2
Views: 677

Re: how to parent bones without changing there global pos or rotation

Thank you this simple answer helped a lot :D
I kept looking for scripts using similar code forgetting the built-in scripts :oops:
by Joh_Jos
Mon Nov 21, 2022 12:29 am
Forum: Scripting
Topic: how to parent bones without changing there global pos or rotation
Replies: 2
Views: 677

how to parent bones without changing there global pos or rotation

Hi I am new to scripting so I think this is a simple question but I can't get it! I am trying to parent bones without changing there positions first idea I was thinking to store the pos data for the child and the parent bones then substract them to know the difference, and after parenting add the di...