Tagged 'copy'

copy/paste

19 votes

new in ver 1.1:
-copy
saves selected object in the file "copy_paste_buffer.max"
in default scenes directory and make
a backup of old file /"copy_paste_buffer_backup.max"/
-paste
merge "copy_paste_buffer.max" in the current scene

script goes in the category “Georgy Chakarov”

Material Copier

9 votes

Simple script that will copy a material from object to another, even if the material is undefined.

Just drag and drop into 3ds max. The script can accessed be under the "Toke Scripts" category.

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 = #()

Snapshot To Shape

23 votes

Clone object by equal distances on the shape length.

Snapshot To Shape

QTO (Quick Tools Object) v.0.1

10 votes

This simple script, allows to accelerate the workflow in 3DSMax.
It assembles the normals tools of Selection, cloning, Hide, Freeze, Color, Rendering and Convert object in an only window allowing a fast search. Very useful for all the uses.

Editable Poly to ADD Edit Poly (vertex transformer)

8 votes

(vertex) to ADD as Modifier (vertex position) for clone Object

Copy_Paste_Selected_Properties

8 votes

get a node's properties, select some of them, an apply them to other objects.

Syndicate content