View Full Version : Dividing a polygon up evenly
Bpanting 05-03-2003, 01:06 PM I was wondering if there is a tool or mel script that will allow me to select a face and divide it up evenly however many time I want to. I know I can use the split tool to do this, but was wondering if there was an easier way. Say I have a face, I want to be able to select it hit a button and tell it how many divisions I want to put into it. Any one know if this is possible?
|
|
lowkey
05-03-2003, 03:36 PM
you can use 'edit polygons->subdivide' for that kind of thing.
simply open the 'sudivide options' and assign the script-editors output to a hotkey of your choice! (echo all commands!)
e.g
EditPolygonsMenu MayaWindow|mainEditPolygonsMenu;
SubdividePolygonOptions;
performPolySubdivide "" 1;
this should work though i guess it's not too smart a method!
Bpanting
05-03-2003, 03:51 PM
Thats not to bad. I was looking for something a little better, but that should work. Thanks :thumbsup:
CGTalk Moderation
01-15-2006, 01:00 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-2012, Jelsoft Enterprises Ltd.