stuarta0 / blender-photogrammetry

Blender addon for structure from motion tools to allow dense point cloud reconstruction from Blender's camera tracker
260 stars 25 forks source link

Mac version? #5

Open enzyme69 opened 5 years ago

enzyme69 commented 5 years ago

Is there going to be Mac version any time soon? Or how to compile it for Mac?

stuarta0 commented 5 years ago

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

For COLMAP, there's no point. We're only using the dense reconstruction part which requires a CUDA GPU.