Connect Always

14 votes
Version: 
1.00.08
Date Updated: 
12/23/2008
Author Name: 
Saad Butt

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}
Japhir over at polycount expressed his interest in such a script.I needed it for myself so i thought id give it a go.

Please support!

Other Software Required: 
none
Video URL: 
AttachmentSize
Connect_Always.ms154 bytes

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Nik's picture

Кривой скрипт

Кривой скрипт. Лучше vertexAndEdgeConnectorNoDialog от Soulburn Scripts использовать.
Curve script. VertexAndEdgeConnectorNoDialog better use of Soulburn Scripts.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.