Skip to main content

All Questions

Tagged with
0 votes
0 answers
12 views

When i set obj parent as bone, it's just jumping away from last position

Before: After: Code: ...
CoCuCka's user avatar
0 votes
1 answer
62 views

Coding: parenting 1 bone to another bone

I'm trying to make an addon for blender, but I'm having some difficulty with it I'm trying to use a script to select 2 specific bones with a certain name pattern and then parent the first bone to the ...
Daitou Ink's user avatar
0 votes
1 answer
95 views

Simple armature creation script results in a crash when attempting to set bone parenting

My full script is more complex than this, but the issue I'm having can be reproduced with these 9 lines of Python code that create an armature with a single bone: ...
hayden0729's user avatar
2 votes
1 answer
705 views

Setup bones on cloth sim so that you can transfer it to Unity via FBX export

So, I would like to have this happen with a script for each vertice of an object: I just couldn't to make it work :/ Except only some parts of it (scripts found from everywhere). Building blocks: Add ...
Manu Järvinen's user avatar