Blender Git Commit Log
Git Commits -> Revision a7bf4ce
Revision a7bf4ce by Manuel Castilla (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:55 (GMT) |
Compositor: Export operation results as debug option When fixing issues, seeing operation results can be helpful for detecting which operation went wrong. This commit adds an option for exporting all operations results to image files. Exceptions are: - Output operations: They are already exported or can be seen in UI. - Constant operations: There are too many and is rarely useful. They are exported to "<temp session folder>/COM_operations/" with filenames "<operation class name>_<operation id>.png". Only works on full frame execution mode. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D11722 |
Commit Details:
Full Hash: a7bf4ce6290f27d11adb326697e0510538819a28
Parent Commit: 60af1ea
Committed By: Fabian Schempp
Lines Changed: +62, -1