jbilcke-hf / clapper

Clapper.app, a video synthesizer and sequencer designed for the age of AI cinema
https://clapper.app
GNU General Public License v3.0
2.08k stars 194 forks source link

Refactoring: replace ClapSegmentCategory STORYBOARD with IMAGE #88

Closed jbilcke-hf closed 2 months ago

jbilcke-hf commented 2 months ago

Context

The currently name is confusing since a storyboard is normally the name of the whole organizer/table/grid of multiple images.

Moreover, we are going to want to support other kind of images (like reference pictures, or images that are filtered and produce another image in a separate tracks etc) which will make things even more confusion if those are also called storyboards.

Notes

Why this name? because I was seeing it as a group and category (so storyboard referred to "all" the images), and it wasn't only about image (the marker was initially used to describe storyboard videos as well)

But times change, and we want simpler-to-understand things.

Solution

rename ClapSegmentCategory.STORYBOARD to ClapSegmentCategory.IMAGE in all the projects

This is non trivial of course, we are going to need to add some extra code to help transition older project files.

jbilcke-hf commented 2 months ago

done