Blender Git Commit Log
Git Commits -> Revision 121fa8b
Revision 121fa8b by Thomas Lachmann (override-recursive-resync) June 14, 2021, 14:34 (GMT) |
Python API: option for render engines to disable image file saving For some custom rendering engines it's advantageous not to write the image files to disk. An example would be a network rendering engine which does it's own image writing. This feature is only supported when bl_use_postprocess is also disabled, since render engines can't influence the saving behavior of the sequencer or compositor. Differential Revision: https://developer.blender.org/D11512 |
Commit Details:
Full Hash: 121fa8b997c900edef9ffaf7307a64ffe0679177
Parent Commit: 0c9b87e
Committed By: Bastien Montagne
Lines Changed: +52, -27