Tagged 'instance'

Smart Vrmesh Converter

49 votes

CopyClick

12 votes

-- Copy by Click
-- V1.0

-- How it works?
-- 1. Select objects
-- 2. Execute CopybyClick
-- 3. Click to make a instance of selection
-- 4. ESC or rightclick to cancel

------------------------ THE CODE ------------------------

macroScript CopybyClick
category:"AGGTools"
buttonText:"CopybyClick"
tooltip:"Copy by Click"

(

fn CopyClick =
try
(
maxOps.cloneNodes $ cloneType:#instance newNodes:&nnl
select nnl
Sel=selection
p = point pos:Sel.center
p.pos.z = 0
ClickPos = pickPoint snap:#2D ()
ArrayFiltroGroupHead = #()

Circle Array

27 votes

 

Like 3ds Max Array tool but with custom picked rotate axis.
The rest you can see in the screenshot.

Enjoy!

Modifier Instancer

28 votes

This simple scripts allows you to instance some or all modifiers of an object into large number of objects.

- just pick the source object

- select the modifiers that are going to be instanced. Press CTRL for multiple selection.

- select target objects

- Hit to the INSTANCE MODIFIERS

version history:

version 0.5

-Selected objects automatically will be added to the target list.

instanceTrimmer

9 votes

Takes a selection and reduces the selection to include only a single instance from each set of instances.

Tutorial:

Make a sphere and instance it once. Make a 3rd sphere, copy it once. Select all 4 spheres. Run the script in UI mode. Hit Do. Now your 3rd, 4th and either the 1st or 2nd sphere is selected.

Gtools_Jar_Planter

34 votes

Scatter a list of objects across a surface, you can make them randomly change the scale, rotation and tilt. For example placing trees, plants, rocks, etc.

findInstances

4 votes

Finds instances of the selected object and does various things to them such as selecting them - printing their names - etc.

Copy Replace

35 votes

Turns a selection of objects into instances or references of another object.

Fixed in v 2.0:

  • Instances outside the selection are not replaced anymore. (Thanks to Anubis)
  • Added the option to choose between instance or reference
  • Changed the "Button name" to "Copy replace"

Instancer

4 votes

A toolbar button that replaces the selected objects with instances of the object you pick after hitting the button. In other words - a UI version of maxscript's InstanceReplace command.

InstanceMoveLink

4 votes

Little utility to copy/instance and parent many objects at once