Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/COM_compositor.h
| Show First 20 Lines • Show All 309 Lines • ▼ Show 20 Lines | |||||
| * @param displaySettings | * @param displaySettings | ||||
| * reference to display settings used for color management | * reference to display settings used for color management | ||||
| * | * | ||||
| * OCIO_TODO: this options only used in rare cases, namely in output file node, | * OCIO_TODO: this options only used in rare cases, namely in output file node, | ||||
| * so probably this settings could be passed in a nicer way. | * so probably this settings could be passed in a nicer way. | ||||
| * should be checked further, probably it'll be also needed for preview | * should be checked further, probably it'll be also needed for preview | ||||
| * generation in display space | * generation in display space | ||||
| */ | */ | ||||
| void COM_execute(RenderData *rd, bNodeTree *editingtree, int rendering, | void COM_execute(RenderData *rd, Scene *scene, bNodeTree *editingtree, int rendering, | ||||
| const ColorManagedViewSettings *viewSettings, const ColorManagedDisplaySettings *displaySettings); | const ColorManagedViewSettings *viewSettings, const ColorManagedDisplaySettings *displaySettings); | ||||
| /** | /** | ||||
| * @brief Deinitialize the compositor caches and allocated memory. | * @brief Deinitialize the compositor caches and allocated memory. | ||||
| * Use COM_clearCaches to only free the caches. | * Use COM_clearCaches to only free the caches. | ||||
| */ | */ | ||||
| void COM_deinitialize(void); | void COM_deinitialize(void); | ||||
| Show All 24 Lines | |||||