Blender Git Loki
Git Commits -> Revision 468765d
Revision 468765d by Manuel Castilla (master) July 19, 2021, 20:05 (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: 468765d29e783e0983a607310788dbbedc912570
Parent Commit: 9aa88a6
Lines Changed: +62, -1