Blender Git Commit Log

Git Commits -> Revision 09c6b31

Revision 09c6b31 by Dalai Felinto (multiview)
August 7, 2014, 18:14 (GMT)
New Stereo Image Output options (work in progress)

Now there is a new menu to let the user pick whether to export the image as Individual images, or as Stereo 3D.
The only mode currently working is Anaglyph (and it goes better with RGBA output).

It includes a big refactor of my original approach to save_image_doit

I'm wait to decide the best design with Sergey before implementing the other modes (and finishing anaglyph to handle all cases, spaces).

Commit Details:

Full Hash: 09c6b31395e59f5a1fd741262beac54883a95711
Parent Commit: a76a842
Lines Changed: +520, -91

1 Added Path:

/source/blender/imbuf/intern/stereoimbuf.c (+168, -0) (View)

11 Modified Paths:

/release/scripts/startup/bl_ui/properties_render.py (+2, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/space_image/image_buttons.c (+47, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+200, -89) (Diff)
/source/blender/editors/space_node/drawnode.c (+8, -0) (Diff)
/source/blender/imbuf/CMakeLists.txt (+1, -0) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+12, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+13, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+62, -0) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021