PDA

View Full Version : unparent comand??


donvlatko
08-20-2006, 09:52 AM
I had parent the shape node of a circle to a joiny, so when I select circle I select joint

file:///D:/DOCUME%7E1/dusan/LOCALS%7E1/Temp/moz-screenshot.jpgfile:///D:/DOCUME%7E1/dusan/LOCALS%7E1/Temp/moz-screenshot-1.jpg
file:///D:/DOCUME%7E1/dusan/LOCALS%7E1/Temp/moz-screenshot-2.jpgparent -r -s nurbsCircleShape1 joint2;


Now I would like to unparent to go back,how can I break this connection amnd to go back to normal. Because I want to go back to normal shape of join,anyway how can i break this connection?

Please help guys!!!

isoparmB
08-20-2006, 10:17 AM
You can either delete the curve shape node by selecting it in the attribute editor and hitting delete, or you can enter:

parent -shape -world nameOfCurveShapeNode;

Which will, i think, parent the curve to the world and give it a new transform node (shapes can't exist without a transform node). You can also try it without the -shape command, I don't remember if that's even needed in an unparent command, but I put it in there because you were dealing with a curve shape node.

donvlatko
08-20-2006, 10:44 AM
it's unparent but also unparent joint, well it don't break connectrion betwen joint and shape of circle that is problem, shape of circle is still connected to joint :(

volXen
08-20-2006, 05:46 PM
Create an empty group, position it directly on the joint and parent the shape to this group
with "parent -r -s nurbsCircleShape1 null1" , voilá!

donvlatko
08-20-2006, 06:28 PM
oh how I did't think of that :(

THANKS A MILLION TIME!!

CGTalk Moderation
08-20-2006, 06:28 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.