- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Closing as duplicate of #130463 where I'm trying to fix it for reals.
Does not happen anymore since blender 4.1 or so (when fix for #114592 made a band-aid), but that led to wrong fonts being used during VSE Prefetching (#130463). Closing this issue duplicate,…
@ZedDB filed the same issue with a repro, which I'm looking into right now: #130463 Closing this one as a duplicate.
I'd expect a mapping per sequencer data (ideally in a runtime sub-struct indeed) to be fairly straight-forward?
@mont29 yeah, except there's no one "per sequencer data", e.g. prefetch…
Possibly related: #75822 and definitely related: #114592
Ok this looks to be not trivial. The root cause is that prefetch rendering happens on a background thread (by design), yet whole of BLF API is both non-thread safe and very stateful.
For that…
@domingo most likely not in 4.3.0 (which should be out any hour now). Not sure about 4.3.1 (if such a version will exist at all). In order to test, you can download the daily build of 4.4 alpha;…
Will look into it. Pretty sure this part of SEQ_effect_text_font_load
might be the reason, which also might mean it has to be fixed properly :)
if (BLI_thread_is_main()) {
/*…
The annoying part is that it's not impossible that someone already have some projects with the rotated video, and gave up on Blender's smartness, and rotated the footage themselves. Not sure…