Blender Git Loki
Git Commits -> Revision f2a1a6f
Revision f2a1a6f by Manuel Castilla (compositor-full-frame) May 31, 2021, 09:01 (GMT) |
Compositor: Set current execution model in operations Operations may share methods between tiled and full frame implementation and they may need to differentiate between them in some cases. This is just a temporal solution while keeping both execution models. |
Commit Details:
Full Hash: f2a1a6f870a4f19e92edf220780e524c26a916d3
Parent Commit: d81dd5a
Lines Changed: +24, -4
5 Modified Paths:
/source/blender/compositor/intern/COM_ExecutionModel.cc (+7, -1) (Diff)
/source/blender/compositor/intern/COM_ExecutionModel.h (+3, -1) (Diff)
/source/blender/compositor/intern/COM_FullFrameExecutionModel.cc (+1, -1) (Diff)
/source/blender/compositor/intern/COM_NodeOperation.h (+12, -0) (Diff)
/source/blender/compositor/intern/COM_TiledExecutionModel.cc (+1, -1) (Diff)
/source/blender/compositor/intern/COM_ExecutionModel.h (+3, -1) (Diff)
/source/blender/compositor/intern/COM_FullFrameExecutionModel.cc (+1, -1) (Diff)
/source/blender/compositor/intern/COM_NodeOperation.h (+12, -0) (Diff)
/source/blender/compositor/intern/COM_TiledExecutionModel.cc (+1, -1) (Diff)