Tagged 'space'

Get In Line! (May 9,2011)

35 votes

This script evenly distributes the selected objects based on the start and end target objects.

Anyone is more than welcome to add to this.
Things you could potentially add are qsorting, transform, scale, and rotation sorting as well.

Right now it just does position.

Quick Isolate Object

66 votes

With this useful and funny script, you can isolate in a ListBox, the category object in Geometry, Shape, Light, Helper, Camera and Space Warp in the viewport.  We can select, rename and count the items in the scene.  Useful in many work situation.

qio

WarpToggle

11 votes

WarpToggle creates a small floater with 2 buttons to either turn on - or turn off all space warp bindings. You have a choice of operating on either all objects - or only on selected objects. Very handy for speeding up viewport interaction if you are warping many or complex objects. Turn off the warps 'till you need em! Seems to work fine in Max v.7 - 2008, have not yet tested with Max2009, though it is a simple script, and should be OK.

Incremental Transform

14 votes

A script to move or rotate an object set of ObjName[_###] Will work on multiple ObjNames, but provides confirmation request for mis-matched object base names. Objects are sorted in alphanumeric name order for incremental transformation, i.e., obj_001 +10 deg., obj_002 +20 deg, obj_003 +30 deg...

Axis-space selectable. Not very elegant, but seems to work OK.

Warp Control

16 votes

An updated version of Warp Toggle. Turns off Space Warp bindings to speed up viewport work (a lot!). Turn them on or off with one click. Works on All objects or Selected objects. Also has a button to (permanently) remove Space Warp bindings from objects.

Check for UVs outside 0-1 space

1 vote

This script was requested in this thread.

The script will apply UVW_Unwrap modifier to selected ojects, then will check for UVs outside of the 0-1 space. If there is UVs outside of the 0-1 space in the Maxscript listener will be printed the name of the objects with problematic UVs. In the end the script will dlete the UVW_Unwrap modifier.