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
Exporting the Web Scene and images worked just fine, but when using ModelExporter() I was faced with this error:
Traceback (most recent call last):
File "C:\Users/Jonk/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Qgis2threejs\q3dinterface.py", line 27, in sendJSONObject
self.webPage.sendData(obj)
File "C:\Users/Jonk/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Qgis2threejs\q3dwebkitview.py", line 82, in sendData
self.runScript(string, data, message=None)
File "C:\Users/Jonk/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Qgis2threejs\q3dwebkitview.py", line 69, in runScript
self.bridge.setData(data)
^^^^^^^^^^^
AttributeError: 'Q3DWebKitPage' object has no attribute 'bridge'
The text was updated successfully, but these errors were encountered:
Using this guide in the documentation:
https://minorua.github.io/Qgis2threejs/docs/ExportUsingPython.html
I used the exact code shown in the link, but instead of ThreeJSExporter() I used ModelExporter()
Exporting the Web Scene and images worked just fine, but when using ModelExporter() I was faced with this error:
Traceback (most recent call last):
File "C:\Users/Jonk/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Qgis2threejs\q3dinterface.py", line 27, in sendJSONObject
self.webPage.sendData(obj)
File "C:\Users/Jonk/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Qgis2threejs\q3dwebkitview.py", line 82, in sendData
self.runScript(string, data, message=None)
File "C:\Users/Jonk/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Qgis2threejs\q3dwebkitview.py", line 69, in runScript
self.bridge.setData(data)
^^^^^^^^^^^
AttributeError: 'Q3DWebKitPage' object has no attribute 'bridge'
The text was updated successfully, but these errors were encountered: