Skip to content

Commit

Permalink
Fix broken qc import operator on Blender 2.93
Browse files Browse the repository at this point in the history
Fixes #80.
  • Loading branch information
lasa01 committed Apr 28, 2021
1 parent 06a315d commit a10335e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io_import_vmf/import_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class SmdImporterWrapper(import_smd.SmdImporter):
skip_lod: bpy.props.BoolProperty(default=True) # type: ignore
skip_anim: bpy.props.BoolProperty(default=False) # type: ignore

vmt_importer: Optional['import_vmt.VMTImporter']
vmt_importer: Optional[Any]
vmf_fs: VMFFileSystem
collection: bpy.types.Collection
root: str
Expand Down

0 comments on commit a10335e

Please sign in to comment.