Tagged 'edit poly'

Hard Edges Selection (maxscript pack)

2 votes


Hard Edges Selection maxscript pack is couple of maxscript which allows select Hard Edges in Editable Poly object or in Edit Poly modifier in 3ds Max. This allows us to significantly speed up the work of modeling objects. 

Script pack contains scripts:

Snap Verts

8 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

UniConnector

41 votes





All this works by single hotkey.

PolyModOp

6 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.

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.

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.

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 .

Select By Face Area

2 votes

sfba
Simple tool for selecting polygons by area with a few options

Overlapping Objects

0 votes

A Script for Detecting Overlapping Objects .

  • Required 3dsMax 2018+ .

  • Work on Geometries Faces/Polygons and Shapes Segments .

CrossCut

12 votes

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

Syndicate content