Blender Git Loki
Git Commits -> Revision b84707d
Revision b84707d by Thomas Lachmann (master) June 14, 2021, 12:20 (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: b84707df17547e45e91f242b810bd2c66c6b1771
Parent Commit: ada47c4
Committed By: Brecht Van Lommel
Lines Changed: +52, -27