MapsModelsImporter
MapsModelsImporter copied to clipboard
Invalid RDC capture (using all suitable versions)
I'm pretty sure I've done all the steps correctly, but I'm not able to import the RDC file! I was moving the scene when hitting the PrintScreen Key as well. can anyone help please? and thanks for the effort.
.rdc : https://drive.google.com/file/d/1ji21DdLeNlpGk6sVAciGjsIfWI7a7Tzt/view?usp=sharing GPU: Intel(R) UHD Graphics 620 addon version: 0.4.1 RenderDoc version: 1.13 (also tried with 1.9 and 1.16) Blender Version 2.93
window10 64b
CONSOL LOG:
Read prefs: C:\Users\ASUS\AppData\Roaming\Blender Foundation\Blender\2.92\config\userpref.blend reloading addon: MapsModelsImporter 1648049971.4161344 1648050091.4485824 'C:\Users\ASUS\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\MapsModelsImporter\init.py' Modules Installed () from 'C:\Users\ASUS\Desktop\MapsModelsImporter-v0.4.1.zip' into 'C:\Users\ASUS\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons'
========================================================================================== google_maps_rd failed and returned: Error: Failed to load the RenderDoc Module. It however seems to exist. This might be due to one of the following reasons:
- Your Blender version uses another version of python than used to build the RenderDoc Module
- An additional file required by the RenderDoc Module is missing (i.E. renderdoc.dll)
- Something completely different
Remember, you must use exactly the same version of python to load the RenderDoc Module as was used to build it. Find more information about building the RenderDoc Module here: https://github.com/baldurk/renderdoc/blob/v1.x/docs/CONTRIBUTING/Compiling.md
sys.platform: win32 Python version: 3.7.7 (default, Jun 13 2020, 11:11:23) [MSC v.1916 64 bit (AMD64)] err.name: None err.path: None Error Message: Module use of python39.dll conflicts with this version of Python.
Extra info:
- python = C:\Program Files\Blender Foundation\Blender 2.92\2.92\python\bin\python.EXE
- python_home = C:\Program Files\Blender Foundation\Blender 2.92\2.92\python
========================================================================================== google_maps_rd failed and returned: Error: Failed to load the RenderDoc Module. It however seems to exist. This might be due to one of the following reasons:
- Your Blender version uses another version of python than used to build the RenderDoc Module
- An additional file required by the RenderDoc Module is missing (i.E. renderdoc.dll)
- Something completely different
Remember, you must use exactly the same version of python to load the RenderDoc Module as was used to build it. Find more information about building the RenderDoc Module here: https://github.com/baldurk/renderdoc/blob/v1.x/docs/CONTRIBUTING/Compiling.md
sys.platform: win32 Python version: 3.7.7 (default, Jun 13 2020, 11:11:23) [MSC v.1916 64 bit (AMD64)] err.name: None err.path: None Error Message: Module use of python39.dll conflicts with this version of Python.
Extra info:
- python = C:\Program Files\Blender Foundation\Blender 2.92\2.92\python\bin\python.EXE
- python_home = C:\Program Files\Blender Foundation\Blender 2.92\2.92\python
Having the same problem. So goddamn frustrating.
Your log says you use Blender 2.92, whereas the release notes of the last version tells you it requires Blender 3.1. You may simply downgrade the addon to a version that was supporting Blender 2.92 (Blender switches to different versions of Python every once in a while so I have to adapt the addon and recompile it).
Secondly, you must be seeing 3D in Google Maps' viewport when you capture data, which was not the case in your RDC file (you were in 2D satellite mode)
I had the same issue - render doc 1.24 - I know it's not perfect, but my solution was to downgrade render doc to 1.19 and addon version 0.5.0. Blender 3.3.1 I think most of those issues is just trying to find a perfect match between versions of blender, render doc and the addon.