Tagged 'size'

Select By Mass

11 votes

Simple script, if people find it useful I'll make a gui and add a bit more to it. But the whole premise was to just quickly build a tool I could differentiate big objects from small objects in my scene based on VolSize variable in the script.

What I used it for was to fracture objects for a big landslide for a film, and then I wanted to use this script to tell me which objects were big so I would then work on making them procedurally break more, whereas I didn't want the small pieces to sub-fracture because that would be overkill.

Dimension

16 votes

Dimensionize the current vertex-selection of your object, undo is possible.

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 ! :-) )

Find Large Bitmaps

14 votes

FindLargeBitmaps is a quick script to search for bitmaps in your scene that are bigger than a specified dimension or file size.

Use it to optimize your scene's bitmap assets quickly.

Syndicate content