eliemichel / MapsModelsImporter

A Blender add-on to import models from google maps
https://blog.exppad.com/article/importing-actual-3d-models-from-google-maps
GNU General Public License v3.0
2.36k stars 300 forks source link

KeyError Darwin blender error (MacOS 12.7 on a MacBook Air #299

Open mathflashcards opened 6 months ago

mathflashcards commented 6 months ago

Heres the error if that helps lol:

Python: Traceback (most recent call last): File "/Users/username/Library/Application Support/Blender/3.4/scripts/addons/MapsModelsImporter/operators.py", line 54, in execute importCapture(context, self.filepath, self.max_blocks, pref) File "/Users/username/Library/Application Support/Blender/3.4/scripts/addons/MapsModelsImporter/google_maps.py", line 371, in importCapture captureToFiles(context, filepath, prefix, max_blocks) File "/Users/username/Library/Application Support/Blender/3.4/scripts/addons/MapsModelsImporter/google_maps.py", line 78, in captureToFiles os.environ["PYTHONPATH"] += os.pathsep + os.path.abspath(getBinaryDir()) File "/Users/username/Library/Application Support/Blender/3.4/scripts/addons/MapsModelsImporter/utils.py", line 38, in getBinaryDir platform_dir = { KeyError: 'Darwin'