Skip to main content

All Questions

Tagged with
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
2 votes
1 answer
1k views

How do I Set Parent to Armature?

So I actually had this working, and without changing anything (or so I thought) it stopped working, and the error I get is just a "this won't work" without even pointing me to a line or anything. ...
Mike Kelley's user avatar