3ds Max | Scripts

backup saver

2 votes

This is a simple plugin script, for backup save.

immobilizer

18 votes

like "freeze", but object stay selectable
usefull for cameras, lights etc.

shortcut - Modifier Stack Jump and Loop

7 votes

It is a small macro script to be added as shortcut.

Octane render toolbox

2 votes

A toolbox for commong operations in octane render (which I'm using constantly..)
Switch from diffuse to glossy to specular using wirecolor quickly, add gradients, random color, quick add octane Daylight, quick octane properties etc..

 

- undo is not implemented so be careful

BitmapFilteringControl

6 votes

Allows you to change the filtering type ons everal bitmaps at the same time.

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
)
)

Stretchy IK-FK Arm Rigger with Auto Clavicle

0 votes

An arm rigging system with auto-clavicle and auto twist solutions.

FumeFx FreezeFrame

3 votes

FumeFx FreezeFrame is a very simple script for work with “still simulation” like clouds, nebula, ecc...The script have only 2 buttons:

update 1.0

-Freeze/unfreeze button: to set the out-of-range type to work statically
-Frame spinner: set the simulation frame(useful in lookdev step)

update 2.0 change log:

-Added a source list to manage multiple grids at same time
-More accurate workflow for freeze/unfreeze grids
-Added a status bar that display the source status
-Better code organization

let me know if there are some bug or some request.

Thanks

Share and Enjoy!

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

Syndicate content