Blender Git Loki
Git Commits -> Revision 6289d5b
Revision 6289d5b by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 24, 2015, 14:47 (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: 6289d5b8d1c8ee6810a296cbe57e146ac5073b78
Parent Commit: 6b1638c
Lines Changed: +15, -10
1 Modified Path:
/extern/libmv/libmv/multiview/homography.cc (+15, -10) (Diff)