Blender Git Commit Log

Git Commits -> Revision c167e5d

June 21, 2016, 17:23 (GMT)
Render API/Image Editor: Add postprocessing operator that calls the render engine when executed

This commit adds a general operator for postprocessing render results in the Image editor.
To do so, the render API is extended by two functions:
- can_postprocess checks whether the current render result can be postprocessed by the engine.
For the denoiser, this will check whether the required passes have been rendered.
- postprocess is executed when the user runs the operator. For the denoiser, this will do the actual denoising.

Commit Details:

Full Hash: c167e5d7237848bfd2d15ae0ab6432a27b7015d3
Parent Commit: 51c1c36
Lines Changed: +173, -3

10 Modified Paths:

/release/scripts/startup/bl_ui/space_image.py (+20, -0) (Diff)
/source/blender/blenkernel/BKE_scene.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/scene.c (+6, -0) (Diff)
/source/blender/editors/space_image/image_intern.h (+2, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+60, -0) (Diff)
/source/blender/editors/space_image/space_image.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_render.c (+65, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+11, -0) (Diff)
/source/blender/render/extern/include/RE_engine.h (+4, -0) (Diff)
/source/blender/render/intern/source/external_engine.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021