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
Blender 3.5, got this error importing texture below.
RuntimeError: Failed to get Image Editor. This is unexpected.
Traceback (most recent call last):
File "\addons\blender_dds_addon\ui\import_dds.py", line 166, in execute_base
import_dds(context, os.path.join(directory, file.name))
File "\addons\blender_dds_addon\ui\import_dds.py", line 123, in import_dds
space = get_image_editor_space(context)
File "\addons\blender_dds_addon\ui\bpy_util.py", line 24, in get_image_editor_space
raise RuntimeError('Failed to get Image Editor. This is unexpected.')
RuntimeError: Failed to get Image Editor. This is unexpected.
The text was updated successfully, but these errors were encountered:
Blender 3.5, got this error importing texture below.
The text was updated successfully, but these errors were encountered: