3ds Max | Scripts

Separate Mesh by Smoothing Groups

3 votes

This script allows you separate polymesh by smoothing groups.
Unzip script into: C:\Users\user\AppData\Local\Autodesk\3dsMax\2014 - 64bit\ENU\usermacros\

World / Local coordinate system toogle

1 vote

macroScript CoordinatesToogle
category: "Scripts"
(
maniptype = toolMode.commandmode as string
varAxis = getRefCoordSys() as string
case of
(
(varAxis == "hybrid"): toolMode.coordsys #world
(varAxis == "screen"): toolMode.coordsys #world
(varAxis == "parent"): toolMode.coordsys #world
(varAxis == "local"): toolMode.coordsys #world
(varAxis == "gimbal"): toolMode.coordsys #world
(varAxis == "grid"): toolMode.coordsys #world
(varAxis == "working"): toolMode.coordsys #world
(varAxis == "world"): toolMode.coordsys #local
)
)

IOR - Index Refraction

0 votes

Simple, harmless and silly script which allows you to view data of index refraction or IOR in the listbox

ior - reflection index

ProTrajectoryHandles

24 votes

ProTrajectoryHandles (PTH) creates in-viewport handles on trajectories. Now freeware!

mipoll Placement

7 votes

CoronaIesPresets

0 votes

the idea is from the "vray ies preset" so i build a similar script for Corona.

Hope you find it useful.

update:
v1.02 -- support for corona 1.1

mxs_types

0 votes

I created some custom datatypes for maxscript development, namely a few variations of a dictionary class and a set.

Please see my blog for details, source code, examples and API descriptions:

https://cbuelter.wordpress.com/2015/06/16/mxs_types-maxscript-datatypes-for-development/

Cheers

Material Override Excluder

3 votes

Do you use the Vray Material Override to do chalk renders and wish that it would allow you to exclude certain materials? Like VRayLightMtl and any refractive materials like glass? Well now you can using this little script. It sets up a Shell Material which allows you to switch from one material setup to another. So even if those pesky VRayLightMtls and refractive materials are within Multi-sub materials then you’ll still be able to exclude them. Give it a go, test it out and let me know how it works for you!

Pro Bezier Assist

6 votes

Now freeware!

Object Properties 2.0

6 votes

A non-modal Object Properties window, very simliar to the original one in 3dsmax but this allows you to change selection with the dialog open!  It also has the VRayProperties window included so you don't have to switch dialogs when setting up passes. (Needs updating for VRay 3.0+) There is also a MaxScript tab which shows you loads of information about the object you have select and this is really powerful for learning to script!

Syndicate content