Tagged 'connect'

Bone on spline

2 votes





Animates bone spline. It will be useful when the animation: worm, snake, or something like that.

-- Update version 1.1
- Now you can change path every time
- Add "Update end frame"
- Minor fixes and improvements

-- Update version 1.2
- Fixed flip bones

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}

Connect Edges

1 vote

Just a simple modifier to connect edges selected with the previous "edit poly" "editable poly" or "poly select" modifier. Currently I tested my script on 3dsmax 2020, I will try to test it on older version of 3ds max and update this page if I can. If you have any question or any requirement, don't hesitate to ask me or to contact me. I will be happy to answer you.

connect objects with splines

0 votes

CrossCut

12 votes

Cut-connect two selected verts or edges of the current Editable poly object.

DistanceConnect

3 votes

Connect edges every given distance.

Instant Meshes Bridge

9 votes

A bridge from 3ds max to instant meshes. Without leaving max interface, it exports, remeshes and imports the remeshed object back based on the parameters in the dialog.

instant meshes bridge

miauu's Edge Cutter

79 votes

 

Version 1.6 - added installator. Now the script is properly installed in OS: Windows VIsta, 7, 8

Version 1.5 - added Compact UI mode - idea by @Silix

Version 1.4 - added support for 3ds max 2012.

miauu's Scalpel

8 votes

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!

Syndicate content