You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
google_maps_rd failed and returned:
Loading capture from C:\Users\<user>\Downloads\RenderDoc_1.25_64\Captures\bigben-RD_1.25.rdc...
Couldn't open file: File is corrupted: Invalid capture file. Expected magic 434f4452, got 6170227b.
Traceback (most recent call last):
File "C:\Users\<user>\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 347, in <module>
main(controller)
File "C:\Users\<user>\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 339, in main
scraper.run()
File "C:\Users\<user>\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 244, in run
drawcalls = self.consolidateEvents(controller.GetRootActions())
AttributeError: 'NoneType' object has no attribute 'GetRootActions'
The text was updated successfully, but these errors were encountered:
Hmm..
I'm seeing the same error while trying to import the big ben sample file:
AttributeError: 'NoneType' object has no attribute 'GetRootActions'
==========================================================================================
google_maps_rd failed and returned:
Loading capture from S:\Shared\bigben-RD_1.25.rdc...
Couldn't open file: File format is unrecognised: Unrecognised file type. File magic number is 0a0a0a0a.
Traceback (most recent call last):
File "C:\Users\3dimk.DESKTOP-5I9A7PI\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 377, in
main(controller)
File "C:\Users\3dimk.DESKTOP-5I9A7PI\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 369, in main
scraper.run()
File "C:\Users\3dimk.DESKTOP-5I9A7PI\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 274, in run
drawcalls = self.consolidateEvents(controller.GetRootActions())
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'GetRootActions'
If you are having trouble importing a .rdc file with this add-on, please provide the following information:
Debug output:
The text was updated successfully, but these errors were encountered: