Blender Git Loki
Git Commits -> Revision a79a8fa
December 17, 2014, 20:56 (GMT) |
Full WIP work to get better control regarding 'camera' aspect of objects. First expose a method in Object RNA to get camera projection matrix (done). Then, expose a method to get camera position (and scale for ortho) so that it fits a given set of coordinates (still unfinished). this among other things implied rewriting `BKE_camera_view_frame_fit_to_scene()` underlying logic so that it uses `CameraParams` system, instead of `BKE_camera_view_frame()` one. |
Commit Details:
Full Hash: a79a8fa111cf7486356c9fdec4852edf85c2be19
Parent Commit: 5cc7df8
Lines Changed: +184, -49
5 Modified Paths:
/source/blender/blenkernel/BKE_camera.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/camera.c (+120, -38) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+14, -10) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_object_api.c (+48, -0) (Diff)
/source/blender/blenkernel/intern/camera.c (+120, -38) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+14, -10) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_object_api.c (+48, -0) (Diff)