Skip to content

Commit

Permalink
Remoev the updater addon, make an error with a complexe language
Browse files Browse the repository at this point in the history
  • Loading branch information
stilobique committed Apr 30, 2018
1 parent 9cc1b25 commit c1e1751
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,955 deletions.
11 changes: 0 additions & 11 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
import sys
import importlib

from . import addon_updater_ops

modulesNames = [
# Models
'models.addon_updater_setup',
'models.paths',
'models.project',
# Views
Expand All @@ -29,9 +26,6 @@
'controllers.substancecontroller',
'controllers.substancepainter',
'controllers.substancesetup',
# Auto Updater
'addon_updater',
'addon_updater_ops',
]

modulesFullNames = []
Expand Down Expand Up @@ -62,13 +56,8 @@
}


# -----------------------------------------------------------------------------
# Update register all methods to this addons
# -----------------------------------------------------------------------------
def register():
# Check the number version Addon
addon_updater_ops.check(bl_info)

# Add all class present in this addon
for module in modulesFullNames:
if module in sys.modules:
Expand Down
Loading

0 comments on commit c1e1751

Please sign in to comment.