NEW GEOMETRY
Here are two geometric primitives I found myself making often, so I made these macros to create the geometry for me automatically. SPHERE BOX - This script creates a shere with the topology of a divided cube. Usefull for getting a sphere geometry that is not a geosphere, or a polar sphere. This one has nice poles, and works well under smoothing. EIGHT CYLINDER- 90% of the geometry that I start from scratch with is the cylinder, and I almost always make it eight sided and then I modify the ends into quads. This script automates the process. |
SPHERE BOX
| ( Box smooth:on length:20 width:20 height:20 mapcoords:on pos:[0,0,0] isSelected:on $.material = meditMaterials[1] modPanel.addModToSelection (meshsmooth ()) ui:on modPanel.addModToSelection (Spherify ()) ui:on $.modifiers[#MeshSmooth].iterations = 2 $.showFrozenInGray = on $.wirecolor = color 0 0 0 macros.run "Modifier Stack" "Convert_to_Poly" $.pivot = $.center ) |
EIGHT CYLINDER
( ) |