Blender Git Commit Log
Git Commits -> Revision 5bd7ed4
Revision 5bd7ed4 by Dalai Felinto (multiview) May 10, 2014, 18:01 (GMT) |
Multiview Base Commit 7/10: Window Manager (to draw in stereo 3d) This is part of the multiview rebase from a github to git.blender.org repository. The rebase was made based on file areas, so build is likely broken in some of those parts, but it bulds fine in the end. The documentation and sample files were removed and now live in: https://github.com/dfelinto/multiview-samples The original git history can be found in: https://github.com/dfelinto/blender/tree/multiview-pre-b3d Code contributors of the original branch in github: * Alexey Akishin * Gabriel Caraballo Original design made in contribution with Francesco Siddi Original branch and design partially reviewed by Brecht Van Lommel |
Commit Details:
Full Hash: 5bd7ed4298af55f95619f2899dc202b288127e04
Parent Commit: 042cf19
Lines Changed: +778, -48
2 Added Paths:
/source/blender/windowmanager/intern/wm_stereo.c (+449, -0) (View)
/source/blender/windowmanager/wm_stereo.h (+43, -0) (View)
/source/blender/windowmanager/wm_stereo.h (+43, -0) (View)
9 Modified Paths:
/source/blender/makesdna/DNA_windowmanager_types.h (+1, -1) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+225, -37) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+20, -1) (Diff)
/source/blender/windowmanager/intern/wm_subwindow.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+12, -9) (Diff)
/source/blender/windowmanager/wm.h (+3, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/blender/windowmanager/wm_draw.h (+21, -0) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+225, -37) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+20, -1) (Diff)
/source/blender/windowmanager/intern/wm_subwindow.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+12, -9) (Diff)
/source/blender/windowmanager/wm.h (+3, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/blender/windowmanager/wm_draw.h (+21, -0) (Diff)