david-cattermole / mayaMatchMoveSolver

A Bundle Adjustment solver for MatchMove related tasks.
https://david-cattermole.github.io/mayaMatchMoveSolver/
Other
102 stars 27 forks source link

Issue 150 For Windows OS #196

Closed ktonegawa closed 3 years ago

ktonegawa commented 3 years ago

An attempt to address https://github.com/david-cattermole/mayaMatchMoveSolver/issues/150 on the Windows end.

These changes attempts to address two things:

Initially addressed notes from @david-cattermole from this commit: https://github.com/ktonegawa/mayaMatchMoveSolver/commit/8f14a4241ebcee6478b1df90e9f874db814158b0

I also added a scripts/build_mmSolver_windows64_maya2016_extension2.bat so that users who may be using Maya 2016 Extenstion 2 (2016.5) like myself can build this plugin smoothly.

david-cattermole commented 3 years ago

Thanks @ktonegawa those commits look good to me.

I expect the rcc fix will work on other platforms, or I will fix it for MacOS. The "ignore paths for MinGW" fix is only needed on Windows, so this commit fixes that :)

Thanks!