Tagged '3dsmax'

3DS Max - Match Materials and Mapping - Plugin

3 votes

This script will help the user match the material of a source object to a target object
First, you need to select the source object then click the script, now start picking your target objects
When you finish picking just right-click, or press Enter, and the picked Objects will have the same material as the source
Object plus any UVW Map modifier or Unwrap UVW modifier applied to it.

Dynamax

4 votes

Dynamax allows Dynamesh like workflow in 3dsmax.

This is the second release of Dynamax.
DynaMax is a perfect solution for free-form sculpting because it removes all need for focusing on topological constraints. It’s possible to change the overall shape of any DynaMax by pushing or pulling, adding various pieces of geometry to combine into one, or even removing geometry in a manner similar to what you can do with Boolean operations.
It's usefull for sculpting in 3dsmax.

Dynamax V2 is out !

Whats new:

--Mspheres:

3DS Max - Copy Paste Objects Between Scenes

7 votes

This is a script I created to help the user in copying and pasting
objects between multiple opened 3DS Max scenes.
Under the hood, it's a quick merge operation that is done without
Any prompt. If there is a name conflict, the coming object will be renamed. Also if there is a material's name conflict, the coming object
will preserve its own material but the material will be renamed.

ProjectPath - 3dsMax

0 votes

This script is used for switch between projects quickly

Delete Unselected

0 votes

Delete all non-selected objects in 3dsMax scene, including hidden and frozen ones, leaving just the ones you need in the scene.

This simple script is very handy when you need to re-save only one or a few models from a complex scene, but keeping all the scene setups. It’s also good for exporting objects to external software that requires scene data from 3dsMax.

Vertices to Splines

0 votes

Generate splines from the normals of mesh vertices.

This script is useful to create quick hair/fur splines or special effects.
It’s an incredibly powerful tool when used in conjunction with TurboSplines script to create things like tentacles, spikes, spines, appendices, etc.

You can set the number of splines, length, number of knots, variation and chaos.

Spline Combiner

1 vote

Spline Combiner 3dsmax script - banner

Boolean Splines + Shape Cutter + Intersections Detection

 

Rock Generator 2 2018

1 vote

Rock Generator V2 2018 Script for 3dsMax

This script generates procedural random shaped rocks both low poly and highpoly.
Lowpoly mesh matches too close to highpoly mesh so you can easily bake normal map from highpoly to lowpoly.
Lowpoly mesh is automatic relaxed uvw mapped.
Lowpoly mesh has clear non-overlapping uvs.
You can change advanced parameters or you can simply click "random seed" then click "generate detailed rock" it will give totally different results.
If you want to create same rock more than once, you can use same seed number to generate rock.

Spline Data

1 vote

Spline Data 3dsmax script - banner

Splines overview instantly

 

Move to Surface - Updated

0 votes

I didn't create this script from scratch, this is an updated version of the script you can find in the maxscript documentation in the section called: How To - Practical Examples.
http://docs.autodesk.com/3DSMAX/16/ENU/MAXScript-Help/

I added two lines of code to that script to fix the problem of pivot points location
for the objects that going to be dropped. Those two lines will shift the pivot point
to the center of each object's lower part.