Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/intern/COM_ExecutionSystem.h
| Show First 20 Lines • Show All 161 Lines • ▼ Show 20 Lines | |||||
| public: | public: | ||||
| /** | /** | ||||
| * @brief Create a new ExecutionSystem and initialize it with the | * @brief Create a new ExecutionSystem and initialize it with the | ||||
| * editingtree. | * editingtree. | ||||
| * | * | ||||
| * @param editingtree [bNodeTree *] | * @param editingtree [bNodeTree *] | ||||
| * @param rendering [true false] | * @param rendering [true false] | ||||
| */ | */ | ||||
| ExecutionSystem(RenderData *rd, bNodeTree *editingtree, bool rendering, bool fastcalculation, | ExecutionSystem(RenderData *rd, Scene *scene, bNodeTree *editingtree, bool rendering, bool fastcalculation, | ||||
| const ColorManagedViewSettings *viewSettings, const ColorManagedDisplaySettings *displaySettings); | const ColorManagedViewSettings *viewSettings, const ColorManagedDisplaySettings *displaySettings); | ||||
| /** | /** | ||||
| * Destructor | * Destructor | ||||
| */ | */ | ||||
| ~ExecutionSystem(); | ~ExecutionSystem(); | ||||
| ▲ Show 20 Lines • Show All 79 Lines • Show Last 20 Lines | |||||