Skip to main content

All Questions

0 votes
1 answer
323 views

How do I assing a copy_transform constraint to bones stored in different lists?

So, I am writing a set of scripts to help me out with manual rigging in Blender. But I came across a problem when trying to assign constraints to 2 different groups of bones that I store in separate ...
Chingiz Jumagulov's user avatar
0 votes
0 answers
199 views

Is there a way to copy constraints from one armature to another?

I have two armatures, all the names and the number of bones are the same, but constraints are configured for one armature, is there a way, perhaps some script to copy the constraints to second ...
Алексей Беседин's user avatar
2 votes
1 answer
1k views

Is there a way to delete bone constraints by name?

I'm trying to delete all bone constraints containing part of the name 'Action' for selected pose bones. I'm still learning scripting and this is the best I could come up with. Any pointers would be ...
adam's user avatar
  • 33
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
1 vote
1 answer
1k views

Using Python loop to attach empty to each bone in Armature

I'm stuck at the part of my loop where the empty gets constrained to the bone. I don't know how to refer to the bones and empties I want to constrain since their names vary as the loop runs. Here's ...
mehdianim's user avatar
  • 141
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
1 vote
2 answers
4k views

delete bone constraint in python

I have a quick and dirty script to change the constraint settings for the bones of an armature: ...
d8sconz's user avatar
  • 603
3 votes
1 answer
1k views

How to keyframe constraints on bones?

I get the error line 60, in return_rotation TypeError: bpy.struct.keyframe_insert() property "constraints["FollowPath"].offset_factor" not found I really dont get what should be the problem ...
Artmole's user avatar
  • 691