Blender Git Loki
Git Commits -> Revision 0f0e080
Revision 0f0e080 by Sergey Sharybin (master) March 24, 2015, 09:05 (GMT) |
Fix T44110: Plane track doesn't work when built with scons For some reason recent change in avoiding non-aligned eigen vectors was behaving differently for cmake and scons. Made it a bit different now by storing scalars. This is more robust approach anyway, because it's not really guaranteed Mat.col() gives a pointer inside data, depending on column-major vs. row-major storage. This is to be backported to 2.74 branch. |
Commit Details:
Full Hash: 0f0e080a267c5c4fc7bd18566be28dd01ffb9499
Parent Commit: cf36527
Lines Changed: +15, -10
1 Modified Path:
/extern/libmv/libmv/multiview/homography.cc (+15, -10) (Diff)