Tagged 'attach'

Attach Mesh by Material

26 votes

Easy way to make single mesh from array of objects with the same material.

Quick Collapse

34 votes

QuickCollapse is a maxscript Struct with a few functions to speed up collapsing large numbers of objects, it provides feedback in the listener window so you can see progress as it goes.

Run script will trigger ‘CollapseSelected’ on your current selection. there isn’t much Error Checking involved, so filter your selection for meshes, and remeber that it SHUTS UNDO OFF for the collapse so that we dont have RAM overruns on large objectsets, so save/hold first eh?

attachSelectedObjects

11 votes

Takes your current selection and attaches the objects together. Works on geometry and splines.