PDA

View Full Version : Convert poly faces to objects


realityplay
03-10-2008, 02:09 AM
Hi All, I was wondering if there is an automated way of converting poly faces to objects? IE: If you had a cube and then converted it you would have 6 separate objects. Or could you some how apply an Object ID pass to poly faces?

Thanks!

-Joe-

LucentDreams
03-10-2008, 02:38 AM
nothing automatic, you could create a script and insert
CallCommand(14029); // Disconnect
CallCommand(13316); // Explode Segments


You wills till need to make your selection or if you always want to do this to the whole object just insert select all
CallCommand(100004766); // Select All
CallCommand(14029); // Disconnect
CallCommand(13316); // Explode Segments

realityplay
03-10-2008, 11:01 PM
Thanks a lot!

CGTalk Moderation
03-10-2008, 11:01 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.