Tagged 'Scripts'

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

Chainmaker

13 votes

Creates a chain system from a link object and a spline path. Scales the link object to fit exactly the path and then setsup custom script look at controllers. Ability to dump controllers to normal keys for better speed.

Wire Connect

12 votes

"This script does ONE WAY WIRING with a simpler object-to-object interface. It also shows Script Expression editing as well as range editing for objects. This is similar to Maya's Connection Editor - but with all the nice added features of MAX's wiring via script/expressions.

Stepped Playback

16 votes

This script allows you to playback any animations in stepped mode. It simply goes through your trackbar keys one by one in real time. I use it to play my Biped animations in stepped mode since you can't change f-curves with the Biped. Enjoy!

The Whimsy Wonder Walker - Cycles

1 vote
This is the first time I've written something quite so complex and it probably full of neoobee mistakes but here it is anyway... The Whimsy Wunda Walker! Impressive eh? It really is the little brother to something that will let me quickly set keys for foot and toes wherever I animate my character but that's another story. The Whimsy Wunda Walker is part maxscript part rigging generating walk cycles of many types. Everything is zipped up to be installed in your 3dsmax\scenes directory.

Wheel Align

16 votes

Hi,

This script animates a parented wheel, it's rotation along travelling path, and a steering rotation.

Greets,
TAS

Reduce Transform Keys

17 votes

This is not my first attempt at writing max script, I've hacked a ittle around the edges with adding custom attributes - Thanks PEN - but this is my first attempt at a useful/functional tool.

Reduce Your Transform Keys is designed to strip away all the transforms that don't do anything.

By default the range is set to your current animation range but you can confine the key pruning to a specific region for your timeline.

I don't like losing the key a frame 0 so I added a radiobutton to add one and ...

Face Manipulator

4 votes

A manipulator that is in the shape of a face with sliders for each eye and the mouth. You can drag it around by the nose.

Simple Window Maker

16 votes

Simple Window Maker v1.1.ms 

Simple Window Maker allows the user to
generate simple windows on mass across
the facade of a building, rather having to
model each one, or duplicate from elsewhere....

RF Particles To Pwrapper

11 votes

This script allows you to add RF particles to a PWrapper

Syndicate content