Tagged 'vertex'

3dmax Vray To Unreal Engine Converter and Vertex Color Baker

1 vote


This script can convert Vray to Unreal engine Materials and geomerty, Bake AO/GI/CustomShader to vertex Color/alpha or to texture. Also you can place All scene objects in Unreal like in 3ds max Scene in one click.

Average / Copy Border vertex Normals

2 votes

By Marc Robert / Trebor777 ([email protected])

Tool to fix seams between 2 objects by averaging or copying the normals from one another's borders.

The user needs to select the same number of vertices on both mesh with an EditPoly modifier named "VertSelect". It's created automatically when the meshes are picked if they don't already have them.

The tool will compute the closest vertices from each other and uses those normals.

Bake Verts Animation

14 votes

Might work for one vertice, if not I'll put up another which works for just one as well.
There are probably already a dozen scripts like this up here, but this is one I wrote just to track a dummy to each vertice I specify. Lots of reasons to use it, track an object to some point cache animation etc.

Box From Vertices

1 vote

Simple Script to Create Box from Selected Vertices (You can use it as snap reference)
The Box Rotation Depends on the Current Coordinate System :
- local , Parent , Node.Transform .
- other than that it'll use the view system .
- it works with (Poly,Mesh) Objects or Modifiers , and shapes (will be Converted to editable Spline) .
The Created Box Name will be "Box_Helper" placed in Layer Called "Snap_Helpers" .

ChannelCleaner

4 votes

Hello, it's a simple script which make life easier for game-dev 3d artists.

Channel Cleaner 1.2

Channel Cleaner:

-Clean selected UV channel

-Clean several UV  channels "From: N-channel To: N-channel"

-Clean Vertex Color/Illumination/Alpha channels

-Works with editable poly and mesh

-Works with one and multiple objects

Thats all.

UPDATED to version 1.2:

Conform to Spline

22 votes

This script allow you conform(snap) selected verticies to a spline

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}

Copy 2 Vert

37 votes



While i was modeling a cinema i needed a quick way to place instances of a seat all over the place so i wrote this little script.
It aligns Copys/Instances of an object to another objects vertexes, that way i only had to pull a few splines and was done with the seats.

As its only a small tool i dont plan to include it into my ToolSet but for its usefulness i thought others could use it too to save some time so i upload it here.

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:

Distance Shift

1 vote

Distance Shift

Скрипт для точного изменения расстояния выделенных точек или объекта по вектору двух выбранных точек

Установки, перетащить в 3dsmax, после установки вытащить кнопку или назначить хоткей на Distance Shift в категории RUST Script

 

основные функции:

- замеряем длину между точками

Syndicate content