PDA

View Full Version : Clone Object


maldon
06-15-2008, 11:19 AM
Hello, Is there a way to clone a powernurbs Primative so that from the point of cloning each clone can be modified independantly. This has bugged me for ages but i have just put up with it! I'll probably be miffed if it's something simple but please tell me anyway!

Cheers

Maldon

PiXeL_MoNKeY
06-16-2008, 06:12 AM
I don't think it is possible. Remember that the Pwr Primitives are created from sketch networks that are instanced inside the primitive. Since there is no way to make the operands of the Primitives unique then changing one will change them all. Making a copy will allow you to change the object parameters, but not the Sub-Obj Sketches, independently.

-Eric

Olaf Finkbeiner
06-16-2008, 07:30 AM
I am sure you could code this Eric. Would actually be quite easy i think and also quite useful! This would enhance not only you primitives but also other objects that are dependent on sketch networks...

kind regards

Olaf

Olaf Finkbeiner
06-16-2008, 08:13 AM
SOLLUTION: And maybe merging a scene could work.... Yes it works!