Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/intern/COM_NodeOperation.cc
| Show All 18 Lines | |||||
| #include <cstdio> | #include <cstdio> | ||||
| #include <typeinfo> | #include <typeinfo> | ||||
| #include "COM_ExecutionSystem.h" | #include "COM_ExecutionSystem.h" | ||||
| #include "COM_ReadBufferOperation.h" | #include "COM_ReadBufferOperation.h" | ||||
| #include "COM_defines.h" | #include "COM_defines.h" | ||||
| #include "COM_NodeOperation.h" /* own include */ | #include "COM_NodeOperation.h" /* own include */ | ||||
| #include "COM_ReadBufferOperation.h" | |||||
| namespace blender::compositor { | namespace blender::compositor { | ||||
| /******************* | /******************* | ||||
| **** NodeOperation **** | **** NodeOperation **** | ||||
| *******************/ | *******************/ | ||||
| NodeOperation::NodeOperation() | NodeOperation::NodeOperation() | ||||
| ▲ Show 20 Lines • Show All 248 Lines • Show Last 20 Lines | |||||