chkeyrm hscript command
Removes keys in the specified channels at different frames/times
Usages
chkeyrm [-q] [-t] channel_patterns frame [frame...]chkeyrm -r [-q] [-t] channel_patterns range_start range_end [range_start range_end ...]
Options
-r range_start range_end [range_start range_end
...] | use ranges instead of exact times |
-q | Quiet mode. Don’t report any errors, such as 'no key at {time} for channel {chan}'. |
-t | times are specified in seconds, instead of frames (frames are the default). |
Examples
Remove a key at frame 1chkeyrm /obj/mode1/* 1
Remove the keys between frames 1 and 300 inclusivechkeyrm -r /obj/mode1/* 1 300
