Blender Git Commit Log
Git Commits -> Revision 600ed4e
Revision 600ed4e by Thomas Lachmann (soc-2021-curves) June 21, 2021, 14:31 (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: 600ed4e99bef3966deb2cd8fec0cc3f71a62eada
Parent Commit: 10099e5
Committed By: Dilith Jayakody
Lines Changed: +52, -27