Delete static keys - cleanup tracks/fcurves - HeckTools

4 votes
Version: 
1.1
Date Updated: 
05/07/2019

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 ")"

AttachmentSize
removestatickeys_hecktools.ms1.73 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
selmi3D's picture

NICE Script

thanks! it´s works fine in max 2020

bontempos's picture

Congrats!

Thanks for this!! Talking about Maya, I am now missing also the "normalize" function on the curve editor

AutodeskLadATL's picture

thank you for commenting. I

thank you for commenting. I realized after I uploaded and forgot to update it here. script should now include the proper parentheses

Swahn's picture

FOR ALL OF YOU WHO GOT THE ERROR - READ THIS COMMENT

The script is missing parenthesis under the macroscript construct.

To fix this you need to add a ( under the line

buttonText:"StaticKeyCleanup"

and you need to add a ) at the end (bottom) of the whole script.

chinaman's picture
Swahn's picture

The script is missing

The script is missing parenthesis under the macroscript construct, meaning that you need to add a ( under the line

buttonText:"StaticKeyCleanup"

and you need to add a ) at the end (bottom) of the whole script.

aksmfakt132's picture

what's wrong?

-- Error occurred in anonymous codeblock; filename: C:\Users\PC22\Downloads\removestatickeys_hecktools.ms; position: 505; line: 17
-- MAXScript FileIn Exception:
-- Syntax error: at function, expected (
-- In line: fn g

darwin's picture

Excelent!

Excelent!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.