Blender Git Commit Log
Git Commits -> Revision 27b78c9
Revision 27b78c9 by Robert Guetzkow (master) January 13, 2021, 10:04 (GMT) |
Compositor: "Save as Render" for the file output node This commit adds the "Save as Render" feature to the file output node, that allows to disable the application of the configured view transform and other color management settings on the image. If disable it uses the standard view transform instead. This feature was originally suggested in T83842 and is part of the color management improvements task in T68926. With this feature it is possible to toggle the application of the color management settings for each input socket of the File Output node individually. Reviewed By: brecht Maniphest Tasks: T68926, T83842 Differential Revision: https://developer.blender.org/D9921 |
Commit Details:
Full Hash: 27b78c9c94baf6fa43268e851de58da96f7d7123
Parent Commit: 614bd23
Lines Changed: +59, -15
11 Modified Paths:
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+18, -0) (Diff)
/source/blender/compositor/nodes/COM_OutputFileNode.cpp (+6, -3) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp (+6, -4) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.h (+4, -2) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+4, -2) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+3, -1) (Diff)
/source/blender/editors/space_node/drawnode.c (+9, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+5, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_outputFile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+18, -0) (Diff)
/source/blender/compositor/nodes/COM_OutputFileNode.cpp (+6, -3) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cpp (+6, -4) (Diff)
/source/blender/compositor/operations/COM_OutputFileMultiViewOperation.h (+4, -2) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.cpp (+4, -2) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+3, -1) (Diff)
/source/blender/editors/space_node/drawnode.c (+9, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+5, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_outputFile.c (+1, -0) (Diff)