romanvolodin / dynamic_parent

Dynamic Parent addon for Blender
192 stars 28 forks source link

Batch add constraint #13

Open 1405100494 opened 7 months ago

1405100494 commented 7 months ago

Hi! I recently had a project where I needed to add dynamic parent animations of many objects. I found that the current disable can support multiple object unconstraints, but since the add-on logic is to add a subset of constraints to the currently selected active object, you can only add one constraint at a time. I want future versions to be able to select multiple objects, with the active object as the parent, and add constraints to the selected inactive objects in batches. This not only allows you to add constraints in batches, but also better conforms to the parent-child logic in Blender. Thanks for your hardworking!