3ds Max | Scripts

Ghost Keyer 2

12 votes

Ghost Keyer 2 will allow you to key objects without having to select them. You can create custom groups of objects that will be keyed together. 

Ghost Keyer 2 UI-4

Set Active Grid

12 votes

a small floater to quickly switch the active grid.

The list is automatically filled with all available gridhelpers in the scene including the homegrid 

Preview

Parent Remember Relinker

8 votes

Record the Parents of your objects for easy relinking later.

ParentRemember ScreenCap

Snap!

8 votes

* Moves selected or all vertices of one or more objects to nearby vertices or grid points
* You can snap multiple selected objects with one click
* Only snaps to and from Editable Poly or Editable Mesh objects, other types are disregarded
* You can filter out hidden, frozen or currently selected objects to gain snap speed on larger scenes
* Use the "selected" flag to keep objects apart when snapping multiple ojects
* Added axis constraints
* Lower seek distance speeds up large snap selections in large scenes

New "quote ware" license

Just a short note to inform you that I have changed the license of all my scripts.

View Slicer

32 votes

Able to draw a spline over the current view angle to use as a slicer for a selected object.

RappaTools v1.92

558 votes

RappaTools3 and RappaTools2 available... see new website: http://remusjuncu.com/rappatools/

See RappaTools3 PlayTime 02 Here  and RappaTools3 PlayTime 03 Here !

Multi-Dimensional Array Support

15 votes

A set of functions that let you work with multi-dimensional arrays of any size/shape in maxscript.

It works by using 2 variables to represent a multi-dimensional array.
Lets call them:

JMIMdat = #(5,5,5,10)
JMIMarr = #(...)

JMIMdat:
Is an array holding the slot dimensions of your multi-dimensional array.
In this case, it is a 4 dimensional array.

JMIMarr:
Is the corresponding array to be treated as a multidimensional array.
JMIMarr.count = (5x5x5x10)

VRayproxies Manager

21 votes

VRayproxies_Manager

VRayproxies Manager Can:
Set VRayproxies paths
Select VRayproxy by path
Set diaplsy type by VRayproxy path
Collect all of the VRayproxies
Display the missing VRayproxies paths

How to query data type of variable in maxscript

K = 0
print((ClassOf K) as string)
print((SuperClassOf K) as string)
--The end.
--JMIM.

Syndicate content