Function to sync channel to original?
Posted: Mon Mar 02, 2020 10:57 pm
Is there a function to sync a channel back to its original state? Or is there some other way?
I need to wipe all keys of a certain channel, but it keeps breaking the reference (the referenced channel itself also has 0 keys on the timeline)
Right now when I call:
or:
it keeps breaking the reference, which makes the entire channel show up on the timeline even though there are 0 keys.
I need to wipe all keys of a certain channel, but it keeps breaking the reference (the referenced channel itself also has 0 keys on the timeline)
Right now when I call:
Code: Select all
channel:Clear()
Code: Select all
channel:ClearAfter(0)