Blender Git Loki
Git Commits -> Revision 83f01db
Revision 83f01db by Sergey Sharybin (master) July 29, 2020, 15:18 (GMT) |
Compositor: Fix node preview when input resolution is not known The final render will use scene resolution in this case. For example, when Color Input is plugger to preview and composite output nodes, final render will flood-fill the final image which is a size of scene resolution with this color. Before this fix the node preview was empty. After this fix the node preview will be flood-filled with the color. Fixes T78586 Differential Revision: https://developer.blender.org/D8263 |
Commit Details:
Full Hash: 83f01db7a96c6e86b22b1b28e9873b1c18f0a66a
Parent Commit: 66df8ff
Lines Changed: +15, -2
1 Modified Path:
/source/blender/compositor/operations/COM_PreviewOperation.cpp (+15, -2) (Diff)