if i clone an object in max, no matter if i say 'copy', 'reference', or 'instance', it seems like its making a pointer (i guess this is a reference or instance) to the thing i'm cloning.
for example if i clone an object, then scale it in max, if i bring it into max and scale it to 100%,100%,100%, it goes to the ORIGINAL object's size. instead of making a new object for me, clone seems to be just pointing to the original object, but applying a new position,rotation, and scale to it.
how do i get it to make unique objects then?
for example if i clone an object, then scale it in max, if i bring it into max and scale it to 100%,100%,100%, it goes to the ORIGINAL object's size. instead of making a new object for me, clone seems to be just pointing to the original object, but applying a new position,rotation, and scale to it.
how do i get it to make unique objects then?