Tagged 'edit poly'

Hard Edges Selection (maxscript pack)

3 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. Hard edges – this is edges between smoothing groups. You can see it if you check Display Hard Edges parameter in Editable/Edit Poly.
Script pack contains scripts:
- Hard Edges Selection
- Hard Edges Selection (Expand)

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 .

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 .

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

CrossCut

12 votes

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

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.

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:

Weld Autosmooth

0 votes

Overall functionality and advantages

  • The script welds separated vertices and later autosmooths the faces if it's needed
  • It is very useful when you have imported the file that was generated in other software and the vertices are somehow separated
  • You can use these two actions (welding and autosmoothing) together or separately
  • Saves time when you have a lot of objects that need welding and later autosmoothing
  • The script can work on entire scene or just the selection

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.