Tagged 'Misc'

ToggleSelection

8 votes

Walks through the list of selection types. Like All - geometry - lights etc.. I have it binded to alt+- (cycle down) and alt++ (cycle up).

Cycle Coordinate System

3 votes

This tool progressively cycles through the coordinate system of the current transform tool.

DtS

7 votes

If you're like me - you frequently find yourself wanting to run a simple line or two of Maxscript code on a whole bunch of objects. And - if you're like me - you hate having to set up a loop every single time. DtS gives you a new kind of 'Maxscript listener' that does the looping for you. It fits right into the Max interface - and it's sort of customizable!

CodeClipboard

1 vote

This script is essentially a little window that saves and loads bits of text that you may find useful when scripting or when working in max. It allows you to save blocks of code to an external file so you can build a library or multiple libraries of commonly used bits of code.

Camera LOD

6 votes

Switches between different LODs (Levels of Detail) for specified objects - in the MAX viewport.

getBCoords

5 votes

Get the barycentric coordinates (b0 - b1 - b2) of a triangle - given its vertex coordinates (p0 - p1 - p2) and the point (p) within the triangle.

quadperson

6 votes

What this script does is it assigns a quadmenu to rightclick + alt/shift/ctrl combination. Example?

VisualActiveX

1 vote

Lets you inspect and manipulate ActiveX controls (new to MAXr4!). Note that this is a work in progress and that this script was originally developed by Ravi Karra and Larry Minton of discreet.

selection tools

12 votes

Several macros to set coordinates system - toggle window/crossing selection - and to change axis restriction. Put them into your favorite quad menu - and you can ditch the main toolbar away. Good for viewport-space-hungy users.

Random Select

2 votes

Will randomly select objects in your scene.