3ds Max | Scripts

Poly Loop Soft Select

5 votes

Poly Loop Soft Select – 3dsmax MAXScript, allows when working with Editable Poly object in Edge sub-object mode filter Soft Selection by selected edge’s loop.

When Poly Loop Soft Select filter Soft Selection only edges which connected to selected edge will remain.

reSampleCurve

4 votes

a tool for resample nurbs curve or editable spline.
very limit function but useful.

--UPDATE--
2014/01/22:
version V1.1, optimized and new options,thanks Branko :)

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.

Syndicate content