Tagged 'edit poly'

Edge Loop Regularizer EditPoly

15 votes

Edge loop regularizer for Edit Poly. This script is an extended version of the well known edge loop regularizer script. This version has a ported part of the original script that can handle edit poly objects. The only drawback is that it can be slower when you are planning to use it on an edit poly object, because how max is handling edit poly modifiers. If you are planning to use it on an edit poly modifier, it might better to detach the part you want to regularize, and than attach it back when you finished the modification.

UniConnector

41 votes





All this works by single hotkey.

Spline FFD

19 votes

Spline FFD is a tool that allows you to move multiple vertices at once, moving the points of a spline.

New 1.1: Added mode that preserves the original distance between vertex.

With Spline FFD you can select a number of points on a mesh and creates a spline that passes through these points. By moving the points of the spline, the original mesh vertices move properly.

DeformByProjecting Utility

7 votes

DeformByProjecting is a scripted utility for 3dsmax that allows deform one or more objects by projecting mesh verticies on the surface of another object (preform). The basic idea is similar to Conform (Compound Object), but functionality DeformByProjecting utility has differences and features:

PolyModOp

5 votes

Say goodbye to scripts that only work with Editable Poly and not Edit Poly modifier. PolyModOp is a MAXScript struct wrapping the Edit Poly methods using the familiar signatures of the polyop methods. That means you check once at the beginning what kind of object you are dealing with, pick either polyop or polymodop, and the rest of the code will be the same as if you were writing it for Editable Poly.

Snap Verts

7 votes

Snaps selected vertices to the closest vertices of the target object.
Works on Editable_Poly and Edit_Poly, at any level in any modifier stack.
Also works inside the same mesh (if you pick the same object as target object)

This is based on this script: http://visionlore.com/lab/snapverttovert.php

Auto Align UVWMap

2 votes

3dsMax Script for applying UVW Map Modifier Depending on Selected Edge or Longest Edge of each Face .

UPDATE 1.4 :

  • Fix UV Modifier Alignment .

  • Set Coordinate system to Local (getting wrong result on other coordsystems) .

UPDATE 1.3 :

  • Improve the Function of Grouping Faces by Angle .

CrossCut

12 votes

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

UniMirror

8 votes

v2.1 Added tool which works by selected axis transform/ Добавлен инструмент, который работает по выбранной оси трансформации.

Editable Poly to ADD Edit Poly (vertex transformer)

8 votes

(vertex) to ADD as Modifier (vertex position) for clone Object

Syndicate content