14

I'm working with a node group (⎈ CtrlG) and I would like to make an independently editable copy of it.

When I'm making a duplicate (⇧ ShiftD), there is a second node group created. However, whenever I make changes to the nodes inside this copy, the changes are also applied to the first group. How do I avoid that?

jubi
  • 2,826
  • 4
  • 36
  • 53

1 Answers1

20

Click the little number next to the name of the node group after duplicating it:

enter image description here

This will "unlink" that node group and make it into a copy, so that editing it will not change other instances of the group it was duplicated from.

The number refers to the number of "users" of that datablock, i.e. the number of instances of that node group.

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133