Tagged 'object'

hide object's layer by one click

30 votes

with this script you can hide object's layer by one click like in autocad, it scans your mouse position so you simply move your mouse over the object an clik to hide appertain layer also display currently "mouse over" objects name and layer in status bar

i hope you will like it :)

p.s. excuse my bad english

Select By Size / Volume

16 votes

This script allows you to select objects by their size or volume, by checking their
- bounding box size (= bounding box volume) or
- the actual volume of the mesh (the calculation function for this is taken from the MAXScript manual, I think Bobo is the genius behind it ! :-) )

Piston Builder

24 votes

automatically creates a piston object between the pivot points of two selected objects and links the piston rods to the chosen objects. Good for car shocks or robots etc.

Photobucket

Find Modifier Type

16 votes

Choose the type of modifier you wish to find in your scene and this tool will return to you a list of every object that has the modifier, the object's name, it's class and the layer it is currently in. You can then select whichever objects you want.

The modifier list includes every modifier that is default to max.

Obelisk

9 votes

A scripted-plugin primitive to create obelisks.
Put the file in MaxRoot\Scripts\StartUp and run Max.
You may find the new object under "Extended Primitives" tab

Step Pyramid

11 votes

A Step-Pyramid extended primitive.

Installation:
Put the file in MaxRoot\Scripts\ and run it through MainMenu->MaxScript->Run Script
or put the file in MaxRoot\Scripts\StartUp and run Max.

You may find the new object in the "Extended Primitives" tab.

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.