Say I have the following scenario:
house.max contains objects A, B, C
master.max contains an xref of house.max, where all objects are parented to a dummy and that is instanced several times over.
Now I add an object D to house.max. What's the easiest way to then update this in master.max, considering it's parented to a dummy and instanced in several places? I could clone object A in master, and do an object replace, but it might have a different pivot.
house.max contains objects A, B, C
master.max contains an xref of house.max, where all objects are parented to a dummy and that is instanced several times over.
Now I add an object D to house.max. What's the easiest way to then update this in master.max, considering it's parented to a dummy and instanced in several places? I could clone object A in master, and do an object replace, but it might have a different pivot.
Comment