Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Maya® / Autodesk Maya 2009 / Prime number divisions?
  RSS 2.0 ATOM  

Prime number divisions?
Rate this thread
 
41863
 
Permlink of this thread  
avatar
  • Total Posts: 1
  • Joined: 06 December 2009 02:16 AM

Hi . Im just learning maya. How can I create 11 equal divisions on a face in U direction using “mesh - add division” tool. It let max 8 divisions in U or V Because 11 prime number , I cant create at two times as first 5 then 2.



Replies: 0
avatar
  • THNKR
  • Posted: 13 April 2010 03:20 AM

Select the mesh and run this in the script Editor.

polySubdivideFacet -duv 11 -dvv 1 -sbm 1 -ch 1 `ls -sl`;


Replies: 0