Tagged 'copy'

Macro Snippets

26 votes

Show Vert Nums
Quick Z Direction
Distance to Clipboard
Angle to Clipboard

Snapshot To Shape

23 votes

Clone object by equal distances on the shape length.

Snapshot To Shape

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”

Copy/Paste Material to File

18 votes

This script was inspired by Copy/Paste Obects v0.2 by Christopher Grant .

GTVFX_Toolbox

12 votes

 

 

 Updates:

===================================================================================

08/16/2014:

v2.34

Some minor bug fixes to the Toolbox. Added additional tools to the system menu.

05/23/2014:

v2.32

Fixed a bug that prevented the system menu from generating.

 

04/20/2014:

v2.31

Clone & Align On Faces

12 votes


This simple tool will helps when you need to distribute any "source" object on "target" object selected faces.
Requested on this thread by ice-boy.

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

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.

Animators Tool Kit (ATK)

9 votes

*NEW* Utilities in ATK 1.174
VIDEO 'Flippin' Flaps': One click animate the unfolding of your mesh faces.
VIDEO 'PathRig': Generate paths that are guided by target nodes, these paths can act as trajectories, path deforms or both.
TreeLinker': Link objects together by distance from an object to the next object.

Click the GIF for demos:

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.

Syndicate content