Add basic animation functionality to scribbles #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "scribble-animation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This uses the auto-key feature, similarly to grease pencil, to create frame-by-frame drawings.
Each curve stores the frame it was created on and all curve other than the ones with the nearest previous frame are disposed.
When auto-key is on the current frame is used for every new drawing, when it is off the nearest previous one is used to join it into the currently visible drawing.