MapsModelsImporter-samples icon indicating copy to clipboard operation
MapsModelsImporter-samples copied to clipboard

Can't import rdc file in blender with MapsModelsImporter

Open olivercaers opened this issue 1 year ago • 0 comments

I tried with many different versions of RenderDoc, MapsModelsImporter and Blender, but none of them seems to have success. The latest attempt included RenderDoc v1.19, MapsModelsImporter v0.5.0 and Blender 4.1 and I still got an error with importing the bridge-RD_1.9.rdc file in Blender. See below for the full console log with debug information:

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.11.7 (main, Feb 5 2024, 18:45:06) [MSC v.1928 64 bit (AMD64)] err.name: renderdoc err.path: C:\Users\olive\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\MapsModelsImporter\bin\win64\renderdoc.pyd Error Message: DLL load failed while importing renderdoc: Kan opgegeven module niet vinden.

Extra info:

  • python = C:\Program Files\Blender Foundation\Blender 4.1\4.1\python\bin\python.exe
  • python_home = C:\Program Files\Blender Foundation\Blender 4.1\4.1\python

olivercaers avatar Jun 10 '24 11:06 olivercaers