Tagged 'copy'

Copy Paste - Objects/Materials/Modifiers

3 votes

Copy Paste is a 3ds Max tool that allows teams or individuals to copy and paste objects, materials, or modifiers across multiple instances of 3ds Max. It supports sharing these copy/paste buffers in shared locations on the network or local on your computer. The tool helps to keep everyone up to date with real time updates anytime a new copy is created or modified.

 

Copy Paste Transforms

39 votes

Adavanced Control over Copy, Paste and mirror of Transforms. Paste Transform onto the same object or multiple other objects. Good For Copy and pasting of poses on a rig. 

Copy Paste Transforms Screencap trimmed

Copy the Biped&Bone to Bones

2 votes

 

1.Select Target(Biped or Bone)

2.[Copy the Biped&Bone to Bones] pressed button

3.The target name is automatically changed to Hep001.(If you want to enter directly  Change the Biped name)

Copy \ Paste Biped animation

63 votes

Quick copy and paste Biped animation to another biped from one instance of max and paste them into another.

History:
Copy/Paste Biped Animation V 1.0
- Main idea Tools.
- macroscript file.

Updated :
Copy/Paste Biped Animation V 2.0
- Added some option for copy or paste.
- Added paste replace or merge bip motion as option.

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 .

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

CopyTo

5 votes

With CopyTo PRO script you can copy objects and paste them into the current scene or between open windows 3Ds Max.

Copy_Paste_Selected_Properties

8 votes

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

Corona Copy Material Slot

0 votes

This is only for Corona Physical Materials, i might do a legacy version later..

This script is intended to batch copy from slot to slot within the same material,

For example, you can copy a bump map to a displacement map or the diffuse map to selfillumination on multiple material at once.

you can use my other script to add some color correction with a saturation set to -1, to create bump or roughness maps from your diffuse map.

Syndicate content