Skip to content

Commit ccac8b4

Browse files
committed
Reorder model renaming
1 parent 86023a2 commit ccac8b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# You should have received a copy of the GNU General Public License
1212
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1313

14+
# Set the `geometry_script` module to the current module in case the folder is named differently.
15+
import sys
16+
sys.modules['geometry_script'] = sys.modules[__name__]
17+
1418
import bpy
1519
import os
1620
import webbrowser
@@ -19,10 +23,6 @@
1923
from .preferences import GeometryScriptPreferences
2024
from .absolute_path import absolute_path
2125

22-
# Set the `geometry_script` module to the current module in case the folder is named differently.
23-
import sys
24-
sys.modules['geometry_script'] = sys.modules[__name__]
25-
2626
bl_info = {
2727
"name" : "Geometry Script",
2828
"author" : "Carson Katri",

0 commit comments

Comments
 (0)