Blender Git Loki
Git Commits -> Revision 08690be
Revision 08690be by Jeroen Bakker (master) May 23, 2019, 12:17 (GMT) |
Compositor: FileOutput The File output node stores it settings locally, but the stereo settings were not displayed, making users only able to use the default settings of the node. The cause of not displaying the buttons are was a NULL-pointer check in `uiTemplateImageFormatViews`. The NULL pointer was used to check if multiview was enabled. in case of the file output node this check was performed by the node, so the nullpointer check could be ignored. Reviewed By: brecht Maniphest Tasks: T62767 Differential Revision: https://developer.blender.org/D4929 |
Commit Details:
Full Hash: 08690be3b5b89e8dc806fa5af9335a39740bb9e0
Parent Commit: 07c48c9
Lines Changed: +14, -15
1 Modified Path:
/source/blender/editors/space_image/image_buttons.c (+14, -15) (Diff)