View Full Version : make new editable poly object...
3rd Dimentia 10-07-2007, 04:02 PM What's the simplest way to make a new editable poly object to start using the createvert and createface polyops? At the moment I"m just creating a sphere, converting it to editable poly and deleting all it's faces. There has to be a neater way than that. I hope.
Cheers,
Cg.
|
|
From the manual:
ep = editable_mesh name:(uniquename "EPoly") --create an empty EMesh
convertTo ep (Editable_Poly) --convert to Editable_Poly
Drag that on a toolbar to create a macroscript.. assign it to a shortcut... or read the helpfile some more and make it a proper macroscript :)
-Johan
3rd Dimentia
10-07-2007, 10:13 PM
Thanks inflatable cow man. :)
CGTalk Moderation
10-08-2007, 08:20 AM
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.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.