How to copy a single modifier to multiple objects

Sometimes it is necessary to add a single modifier to each part of some complex object. The easiest way is to cycle part by part through all the object and add the desired modifier to each its part manually. But if the object consists of many parts, it will take a lot of time.

There are some ways to greatly facilitate this work:

Let’s take for example a mechanical hand needs to mirror around the empty. The hand consists of a set of elements, each of them already has a modifier stack:

Robotic hand

To achieve the result for each of the elements of the hand we need to add a new “Mirror” modifier.

To start, let’s add the empty:

  • shift+a – Empty – Sphere. Rename it to “MirrorEmpty”.

Select any hands item and add a Mirror modifier to it.

Adding Mirror modifier

It remains to copy this modifier to all the remaining elements of the hand.

  1. The base way to copy modifiers

Copy modifiers from the selected mesh to the set of other meshes is possible through the link creation:

  1. Select all destination meshes to copy modifiers.
  2. Select the source mesh with required modifiers.
  3. Link modifiers:
    1. ctrl+l – Modifiers

As a result, all the modifiers from the last selected (active) object will be copied to all the other selected objects.

The main drawback of this method is that all the modifiers from the active element will be moved to other objects completely. All the previous modifiers on destination objects are deleted and modifiers from source object are copied to their place. If there were some different modifiers on destination meshes before copying and active element had only one modifier, after copying all modifiers from destination object will be removed and only one added from the source mesh.

So it is effective to use this method only if all the modifiers on all the meshes are completely identical. If you want to replicate only a single modifier – it is not suitable.

  1. Using the Copy Attributes Menu add-on

This add-on is already included in Blender. Just activate it,

Copy Attributes Menu add-on

to use:

  1. Select all destination meshes to copy modifier.
  2. Select the source mesh with the required modifier.
  3. Open Copy Attributes menu:
    1. ctrl+c
  4. Press “Copy Selected Modifiers”
Copy Attributes menu
  1. Select a modifier that needs to be replicate (Mirror)
Select modifier to copy
  1. Press “OK”.

As a result, the selected modifier will be copied from the active to the rest of the selected objects without damaging their own modifiers.

Only Mirror modifier was copied

Except copying modifiers, this add-on can copy and the other properties and parameters of objects.

5 2 votes
Article Rating
Subscribe
Notify of
guest

0 Comment
Inline Feedbacks
View all comments