This is a small collection of scripts, or rather script snippets considering their simplicity. They may in some cases be more useful serving as a starting point for further modifications rather than to be used as is. The associated forum threads may contain more information.


ExportObjectList

Export a text file with a list of all mesh object names in a scene.

Related NewTek forum thread can be found here.


CollapseToCenter

Does the same as Weld Average except that no points are merged. A more suitable name might have been CollapseToAverage, but it had already been posted with the CollapseToCenter name so I left that.

Related NewTek forum thread can be found here.


CollapsePairsToCenter

Same functionality as CollapseToCenter except that it works on point pairs. A pair is defined by two points selected consecutively. Any number of pairs can be selected in one go.

Related NewTek forum thread can be found here.




Script Module
ExportObjectList    (2010-10-03) Layout Download
CollapseToCenter    (2010-10-03) Modeler Download
CollapsePairsToCenter    (2010-10-03) Modeler Download