blender-photogrammetry
blender-photogrammetry copied to clipboard
Mac version?
trafficstars
Is there going to be Mac version any time soon? Or how to compile it for Mac?
Compiling for Mac is not high on my priority list. I'm leveraging the fact that the authors of the software have precompiled binaries for linux and windows, and it seems mac support is pretty low on their radar too.
Some reference that might be of use to anyone who'd like to provide compiled binaries for the photogrammetry addon:
For PMVS support, we need pmvs2, Bundle2PMVS, and RadialUndistort
- https://github.com/snavely/bundler_sfm/issues/32
- https://github.com/snavely/bundler_sfm/issues/29
- https://github.com/snavely/bundler_sfm/issues/42
For COLMAP, there's no point. We're only using the dense reconstruction part which requires a CUDA GPU.
- https://github.com/colmap/colmap/issues/192