Blender Git Loki
Git Commits -> Revision 04b98f6
Revision 04b98f6 by Dalai Felinto (multiview) May 10, 2014, 18:01 (GMT) |
Multiview Base Commit 2/10: Camera 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: 04b98f6118db103c9fd715cdd15f348c98433272
Parent Commit: 92a1b76
Lines Changed: +200, -0
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_camera.py (+32, -0) (Diff)
/source/blender/blenkernel/BKE_camera.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/camera.c (+100, -0) (Diff)
/source/blender/makesdna/DNA_camera_types.h (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_camera.c (+47, -0) (Diff)
/source/blender/blenkernel/BKE_camera.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/camera.c (+100, -0) (Diff)
/source/blender/makesdna/DNA_camera_types.h (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_camera.c (+47, -0) (Diff)