Delete All Keys

4 votes
Version: 
1
Date Updated: 
04/24/2003

Deletes all the position - rotation - scale and custom attribute keys on all objects in the scene.

Version Requirement: 
5
Video URL: 

Comments

Comment viewing options

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

I have camera with target,

I have camera with target, how can I delete camera and cameraTarget keys? I'm trying to create camera per frame.

k2000's picture

maxscript -- delete all keys

maxscript

-- delete all keys for all objects in scene
deleteKeys objects #allKeys

-- delete all keys for selected object
deleteKeys selection #allKeys

Comment viewing options

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