Skip to content

Commit

Permalink
bump version to 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
atticus-lv committed Jul 20, 2022
1 parent ac44b8c commit 370b9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/importer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import bpy
from . import op_import_ies, op_import_zip, ops_addon_import, op_blend_import_and_assign
from . import op_import_ies, op_import_zip, ops_addon_import, op_blend_import_and_assign, op_import_pbr_from_url

classes = (
op_import_ies,
op_import_zip,
ops_addon_import,
op_blend_import_and_assign,

op_import_pbr_from_url,
)


Expand Down

0 comments on commit 370b9b5

Please sign in to comment.