I kept looking for scripts using similar code forgetting the built-in scripts
Search found 2 matches
- Wed Nov 23, 2022 12:23 pm
- Forum: Scripting
- Topic: how to parent bones without changing there global pos or rotation
- Replies: 2
- Views: 954
Re: how to parent bones without changing there global pos or rotation
Thank you this simple answer helped a lot
I kept looking for scripts using similar code forgetting the built-in scripts
I kept looking for scripts using similar code forgetting the built-in scripts
- Sun Nov 20, 2022 3:29 pm
- Forum: Scripting
- Topic: how to parent bones without changing there global pos or rotation
- Replies: 2
- Views: 954
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...