Add basic animation functionality to scribbles #2

Merged
Simon Thommes merged 2 commits from scribble-animation into master 2024-03-07 17:29:33 +01:00

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.

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.
Simon Thommes added 2 commits 2024-03-07 17:29:26 +01:00
Simon Thommes merged commit 126624ee26 into master 2024-03-07 17:29:33 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SimonThommes/scribble-buddy#2
No description provided.