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

Create missing entities on the go when rendering segments #61

Closed jbilcke-hf closed 2 months ago

jbilcke-hf commented 3 months ago

Context

Currently there is no path for creating entities within clapper.

Users can go to the

Solution

The simplest approach is to create entities as they are needed, when rendering the shots and their segments

in other words, we should call resolveEntity() from resolveSegment()

jbilcke-hf commented 2 months ago

done