Tagged 'combine'

One-click Mass Booleans

3 votes

Poster for v5

A Must-have plug-in for fast modeling! Now with ProBoolean.

Fast 1-click boolean operations with multiple objects:
-Attach selected objects to the first selected object. (Matches material IDs)
-Union selected objects.
-Subtract selected objects from the first selected object.
-Subtract the last selected object from the other selected objects.
-[ProBoolean] Union selected objects.
-[ProBoolean] Subtract selected objects from the first selected object.

Quick Attach

22 votes

This script quickly brings together a large number of objects. just this script can be used to reset Xforms.

Package Script

0 votes

This utility takes a script filename as input, and compiles all of the included scripts into a single script file. You can exclude individual scripts by name when you add them to an array of excluded filenames. You can encrypt the script by passing "true" for the argument "encrypt".

Example Usage:
-- exclude these scripts form compiling into the output script
packageScriptExcludeFiles = #("Custom.ms", "XMLExample.ms", "AnimationViewer.ms")
packageScript "YourInputScriptName.ms" "OutputName.ms" encrypt:true

Syndicate content