Tagged 'connect'

Polygon Creator

63 votes


This script is very useful for car exterior modelling. It allows you to create really smooth polygonal surface using splines or NURBS curves to control the shape of the surface. Also allows you to control the edge loops of the surface. With this script you have to draw only the borders of the surface you want. Watch the video or the help page for more information!

Connect Always

14 votes

By default, Max has two separate commands for Connecting Edges and Connecting Vertices. You had to have two menus for both of them.With Connect Always, you just have to select the vertices/edges and hit "Connect Always"

Here is the code if you dont want to download:-

macroscript Connect_always
Category: "Butt tools" buttonText: "Connect Always"
(
$.EditablePoly.ConnectVertices ()
$.EditablePoly.ConnectEdges ()
)

The category and buttontext is needed if you want to put it in a menu or quad.

[CREDIT}