Tagged 'keyframes'

Delete static keys - cleanup tracks/fcurves - HeckTools

4 votes

Hi All

This is intended to help cleanup your track view/graph editor for animating.

script removes all static keyframes excluding the initial key. essentially this acts similarly to the Maya feature "delete all static channels".

Also, it goes through and cleans up the tracks that have extra static keys that are in between your other animation keys leaving the animation in tact, but yielding a cleaner view of the chaos spaghetti.

leave feedback if you try the tool.

*05.07.2019* update - included the missing parentheses "(" and ")"

Bake Splines Animation

0 votes

Bakes the animation of one or more selected shapes to vertex animation, with a series of options.

Set: animation range (start/end), sample rate, action over original shapes (hide/delete/none).

Support for: modifiers animation / hierarchy animation / transform (position/rotation/scale) animation.
Pending support for space warp animation.

Compatible with 3dsMax 2012 and higher.

GTVFX-ANM_keyFrameOffsetter

1 vote

 

Offset the keyframes of all selected objects.

Offset all keyframes or just the selected keyframes

Crude Biped Key Reduction

0 votes

CrudeBipedKeyReducer

This will dismantle that wall of motion captured key frames into something more manageable. It’s not the most sophisticated of algorithms. But, it gets the job done and leaves you with nicely lined up key-poses. To use simply:

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 ...

BipedKeyer v1.4

47 votes

This script can set Key parameters "Ease To", "Ease From", "Tension", "Continuity" and "Bias" to ALL selected biped bones (including COM) - AT ONCE! If biped bone in selection does not have a key in the current time (frame), nothing happens with that bone.

BipedKeyer_scr1

New in v1.1: Possibility to set custom values. COM - EaseTo, EaseFrom and Bias (for vertical, horizontal and turning controller) parameters now also changes.

MB Collapse

30 votes

Macroscript (without user interface) that will accurately collapse (bake) any transformation (position, rotation, scale) into keyframes (one keyframe per frame for the current animation range). Unlike the built-in tools, this works for any kind of controller as well as for parented objects (which will be unlinked afterwards).

v0.3 update: