Skip to main content

All Questions

1 vote
0 answers
23 views

How to write a script that selects bone constraints and fill in the blanks [duplicate]

I am using Blender2.78 and have zero coding knowledge. I'd like to run a script that adds bone constraints 'Copy Location' and 'Copy Rotation' in each bone in my armature and fills in the target slot ...
Melandro's user avatar
0 votes
1 answer
2k views

'Bone' object has no attribute 'constraints'

I'm trying to code a script that will copy the rotations of the bones from one rig to another on all the bones ...
Reynard Droste's user avatar
0 votes
1 answer
215 views

Adapt Limit Location Constraint to Bounds of Mesh Object

I recently asked a question here looking for advice on constraining a bone to within the internal space of a custom mesh object, using the default bone constraints available in Blender. I've been ...
Robert Gregson's user avatar
0 votes
2 answers
682 views

How can I script moving bone constraints up the constraints stack?

I'm running into walls trying to reorder the bone constraints stack on blender 2.78. I have an armature for which I want to re-order bone constraints on every bone. The way to do this seems to be to ...
Pascal's user avatar
  • 253
2 votes
1 answer
2k views

How do you script batch changes to bone constraints

I need to understand how to script a batch change to bone constraints like copy location, limit distance etc. I have a couple of hundred bones, with a set of constraints on them. It took forever to ...
Chris Lee's user avatar
2 votes
1 answer
953 views

How do I reset a specific bone's "Stretch To" Rest Length, via code?

I'm trying to automate some processes. How do I "Reset" a "Stretch To" constraint in Blender, using python scripting. I copied the code that appeared in the "Info" window after executing the action ...
Jet Jay G.'s user avatar
1 vote
0 answers
795 views

Can I set some bones to move Like hair?

I want some bones to move like hair that collides with itself, but I can't figure out how. How can I do this to my model?
Nomar's user avatar
  • 151