3ds Max | All

Vertex pos to CSV

0 votes

-- built by bernardo amorim
-- help at bernardo dot amorim at gmail dot com
-- hugs bern
-- 2009

MacroScript vertexToCSV category:"bernielomax CSV"
(

out_filename= getSaveFileName caption:"SAVE WHERE" initialDir:"$export" filename:"VertexPos.csv"

out_file = createFile out_filename

for obj in geometry do (
tmesh = snapshotAsMesh obj
format "Obj Name:%\n" obj.name to:out_file

format "X Pos, Y Pos, Z Pos\n" to:out_file

for v = 1 to getNumVerts tmesh do

(
vert = getVert tmesh v
format "%, %, %\n" vert.x vert.y vert.z to:out_file
)
delete tmesh
)

FumeFX ModernUI

0 votes

FumeFX ModernUI is a tool for 3ds Max that helps reducing repetitive tasks when simulating with FumeFX. It has a clear interface (therefore the name) and comes with an easy to use installer.

Vertex normals selector

1 vote

Function Sculptor

3 votes

zOffset = x^2-y^2

Function Sculptor is a scripted plugin that deforms meshes, polys or splines according to an arbitrary, user-input function. This allows easy creation of an endless variety of smooth, precisely curved surfaces. It also enables the mathematically precise curving of splines for extrusions, path-deforms and lofts.

It uses the world-x, y, and z coordinates of points to displace those points in world-z.

Editable spline shape with 2 sub-splines, before and after sculpt:

Encrypt Script Utility

1 vote

Scripted Utility to quickly encrypt a maxscript using the following method:

Explode Spline Elements

0 votes

A small tool for quickly exploding all selected splines and shapes elements into separate objects. Support for turning on and off Undo for speeding up the process.

TronoTools: Out Of Range Type Handler

1 vote

Quick tool for handling Out of Range Type animation.

This tool lets you select multiple objects of all kinds and set or disable their out of range type (ORT). You can select to only affect the position, rotation, scale or modifier/custom attribute tracks as you want. If you need support for materials or similar the code should be easy to read and modifiy for any coder. Or just let me know and I might implement it ;)

UI toolkit

5 votes

 

UI Toolkit, is a serie of new 3dsmax scripted plugins, to quickly create modern & sci fi UI and motion graphics directly in 3dsmax.

With a lot of procedural parameters and ways to animate and link them together.

More tools to come, you can email us to suggest some new features/objects.

Features :

FBXAnimTake

1 vote

Script for make animation take list can save and load list. Can export fbx for game engine.

Multi Object Distributer

1 vote

This script allows you to distribute multiple object to another object. Linked objects is handled as one object, if you use 'Linked as One' mode. Auto contact to object, rotation setting, Randomize distribution.

Syndicate content