Blender Git Commit Log

Git Commits -> Revision 1657fa0

Revision 1657fa0 by Manuel Castilla (master)
July 6, 2021, 23:09 (GMT)
Compositor: Fix crash when executing works in constant folding

Work scheduler needed initialization and execution models are
not created during constant folding. This moves work execution
method to execution system.

Commit Details:

Full Hash: 1657fa039dcbf969b5e514ab77d72880817a7f9e
Parent Commit: f49f406
Lines Changed: +83, -103

9 Modified Paths:

/source/blender/compositor/intern/COM_ConstantFolder.cc (+3, -0) (Diff)
/source/blender/compositor/intern/COM_ExecutionModel.cc (+0, -6) (Diff)
/source/blender/compositor/intern/COM_ExecutionModel.h (+0, -9) (Diff)
/source/blender/compositor/intern/COM_ExecutionSystem.cc (+71, -1) (Diff)
/source/blender/compositor/intern/COM_ExecutionSystem.h (+5, -1) (Diff)
/source/blender/compositor/intern/COM_FullFrameExecutionModel.cc (+1, -76) (Diff)
/source/blender/compositor/intern/COM_FullFrameExecutionModel.h (+0, -7) (Diff)
/source/blender/compositor/intern/COM_WorkScheduler.cc (+2, -2) (Diff)
/source/blender/compositor/intern/COM_WorkScheduler.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021