Files
test2/source
Lukas Tönne 2a317bad3e Fix #139471: Grease Pencil: Trace materials must be created on main thread
Creating materials in worker threads does not work, this relies on BKE functions
which must only be called from the main thread. Create the foreground/background
materials in advance before starting the trace job.

Pull Request: https://projects.blender.org/blender/blender/pulls/139532
2025-05-28 18:23:25 +02:00
..