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
1, Install and enable iqm addon from the blender-2.80 folder
2. Attempt to export any model as iqm
3. The export fails with the error message
Error: Python: Traceback (most recent call last):
File "/home/user/.config/blender/2.91/scripts/addons/iqm_export.py", line 1122, in __init__
bpy.context.scene['iqm_exporter_settings'] = {}
AttributeError: Writing to ID classes in this context is not allowed: Scene, Scene datablock, error setting Scene.iqm_exporter_settings
location: <unknown location>:-1
This was tested with both blender 2.90 and 2.91.
Cause
I bisected it to f691b81, which seems plausible in light of the error message.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
1, Install and enable iqm addon from the blender-2.80 folder
2. Attempt to export any model as iqm
3. The export fails with the error message
This was tested with both blender 2.90 and 2.91.
Cause
I bisected it to f691b81, which seems plausible in light of the error message.
The text was updated successfully, but these errors were encountered: