Fix for error when importing PSKs

This commit is contained in:
Colin Basnett
2023-07-30 00:06:41 -07:00
parent afe598f671
commit 95d72c23aa

View File

@@ -5,6 +5,7 @@ from bpy.props import StringProperty, BoolProperty, EnumProperty, FloatProperty
from bpy.types import Operator
from bpy_extras.io_utils import ImportHelper
from ..importer import PskImportOptions, import_psk
from ..reader import read_psk
empty_set = set()