Skip to content

Commit

Permalink
Fix missing import for old JSON import.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisomni committed Oct 23, 2024
1 parent e5aa7d4 commit 51e1d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/import_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from bpy.props import CollectionProperty, StringProperty
from bpy.types import Operator

from ..import_export import old_gltf_importer
from ..import_export import old_gltf_importer, old_json_importer
from ..ui.tooltips import ImportExportTooltips

class IMPORT_OT_vircadia_json(bpy.types.Operator):
Expand Down

0 comments on commit 51e1d51

Please sign in to comment.