Blender Git Loki
Git Commits -> Revision d6dcae3
Revision d6dcae3 by Dalai Felinto (multiview) February 25, 2015, 19:32 (GMT) |
From review: Add Use Multi-View UI option New flag to determine if the image is or not a potential multiview The flag is to be used in the UI while IMA_IS_MULTIIEW and IMA_IS_STEREO are used internally when the image actually is a Multi-View image. It is working now for Image Editor, Compositor, and even Image textures (though the latter may be misleading since the rendering always take the 1st ibuf when it comes to textures - not that we can't shouldn't implement that later). |
Commit Details:
Full Hash: d6dcae331e52b78e4392433c85c77b8e123a5d77
Parent Commit: ec6b87e
Lines Changed: +97, -69
10 Modified Paths:
/release/scripts/startup/bl_ui/space_image.py (+0, -30) (Diff)
/source/blender/blenkernel/intern/image.c (+7, -8) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -1) (Diff)
/source/blender/editors/space_image/image_buttons.c (+61, -11) (Diff)
/source/blender/editors/space_image/image_ops.c (+8, -8) (Diff)
/source/blender/editors/space_node/drawnode.c (+3, -4) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_image_types.h (+7, -5) (Diff)
/source/blender/makesrna/intern/rna_image.c (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+7, -8) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -1) (Diff)
/source/blender/editors/space_image/image_buttons.c (+61, -11) (Diff)
/source/blender/editors/space_image/image_ops.c (+8, -8) (Diff)
/source/blender/editors/space_node/drawnode.c (+3, -4) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_image_types.h (+7, -5) (Diff)
/source/blender/makesrna/intern/rna_image.c (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -1) (Diff)