-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UndoRedo.lua] Any way to make seek more precise? #135
Comments
Just remove this code from the script it should be exact. Let me know the results. I'll provide it as an option also to change the milliseconds
|
I removed, but it didn't change anything, the Undo behavior remains the same. :( |
I'll see if I can optimise it further, no promises though |
Thanks and please! 🙏 |
One more question about SimpleHistory: is it possible to show files extensions in the list? |
E.g.: If I'm at a keyframe,
seek 20 exact
and Undo, the frame won't be the original one, there's a imprecision of several centiseconds, wheter forward or backward. Is there any way to make Undo/Redo's precision to be exact, so that I go back to the exact original frame I was before?The text was updated successfully, but these errors were encountered: