Tagged 'rigging'

Feathers RigTools 3dsmax HPK

6 votes

Hi Everybody
Recently I've Done a Simple 3dsmax Script For Making Number Of Feathers Which Every Single Feathers Can Control By Animator Plus Wind Simulation on Feathers and its Kind of Auto rigger For Feathers Stuff.
i am sure there will be some bugs , so please let me Know and Leave a comment if you find one . Thankyou :)
and i can make a howtouse Tutorial for that if i find out you are interested.

Fur Guides Painter

2 votes

buy it on : http://hocuspocus-studio.fr/tools/product/furguides-painter/

Fur Guides Painter is a new tool, which will drastically speed your hair&Fur and Ornatrix workflow.

If like me you are tired to try to brush Hair&Fur using the given brushes, because it just takes too long to have the results your need, this tool is definitely for you.

Harry's Proxy Creator

1 vote

This script is very similar to a script Jason Schleifer wrote from Maya, it allows you to split a predefined object into several segments based on the transforms of special cutter objects, these segments can then be linked back into a skeleton hierarchy. The advantage of displaying segmented geometry in the viewport rather than the skinned mesh is that you get faster playback speeds.

When you evaluate this script it create a new "Category" in the "Customize User Interface" window called "Harry's Proxy Creator" where you'll find the tool

Helper Train

0 votes

A simple script that takes a selection of helpers, or any object really, and applies a path constraint to them in relation to the selected spline. It then applies the appropriate wire parameters so that all the helpers are 'driven' by the first helper, like a train engine and its cars. I find it useful for creating vehicles with treads.

InstantRig

16 votes

 

Pose Manager

Auto Overlap

Auto Skin

JOINT BEND-RIG

68 votes

 

 Joint Bend Rig Elbow Setup PreviewJOINT BEND RIG Shoulder Setup Preview

A Tool to greatly speed up and simplify the process of skinning the joints of characters,especially shoulders and hips which are notoriously difficult to skin. THE NEW VERSION 2 OF THE JOINT BEND RIG HAS A BIAS CONTROL TO CONTROL THE AMOUNT OF TWIST IN THE JOINT

"

LH | Auto-Rig

6 votes

Automatic quality rig for all lovers of animation on 3ds Max !

WHY ?

Maya already has a wide selection of quality rigs, but 3ds Max doesn't.

So for the animation fans looking for a quality rig for 3ds Max, without any notion of rigging required, LH | Auto-rig, an automated rig, was developed. Powerful, it works with all kinds of characters (biped, quadruped or others), with a UI for animating as well as other animation scripts.

OPERATIONS :

LH | Auto-skin

4 votes

Complete assistance to skin any 3ds Max rig !

LH | Auto-Skin will automate all the heavy skinning, leaving only finition to make manuelly, or even, in somes cases, skinning will not need editing! To make this operation, the tool will generate a "sliced" character/object, animators will be able to use this low character/object to animate more faster!

Link Array (directional)

-14 votes

This code simply allows a users to link a selection of objects based on the order of selection. You can use either 0 or 1 to define the direction. That allows you to link everything forwards or backwards. Rather simple code but I figured someone would find use for it.

clearlistener()
 
fn fnLinkArray arr dir:0= (
 
	if dir != 0 then (
		reverseArr = for i = arr.count to 1 by -1 collect arr[i]
		arr = reverseArr	
	)
 
	for o in arr do o.parent = undefined
 
	for i = 1 to (arr.count-1) do
	(
		child = arr[i]
		parent = arr[i+1]
		child.parent = parent

Linker

24 votes


Linker - MAX script allows to create hierarchical linkage between two objects linking them as child to parent. This script was created for easy linkage Biped bones with bounding box objects of these bones.

v1.2.0 (19.12.2008) - Added new collection method "Selected Chain To Buffer"
- Added possibility select in scene childs and parents objects which collected in buffer.

Syndicate content