From 5297d6b2cca54fab12ed62b96df8207f10f8c02c Mon Sep 17 00:00:00 2001 From: Isaac Date: Sat, 24 Aug 2024 18:42:19 -0400 Subject: attempt to make blenxy install its required modules by itself --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 5d783d2..b360c57 100644 --- a/__init__.py +++ b/__init__.py @@ -22,7 +22,7 @@ from bpy.app.handlers import persistent def set_blenxy_env(dummy): # "dummy" is a variable that is somehow # passed to set_blenxy_env when called by # bpy.app.handlers.load_post.append - + from . import required_modules # install needed modules for bundled python (awful) from . import basic_settings # settings blenxy has from . import collada_superbmd_import # "custom" importer for SuperBMD collada files from . import collada_superbmd_export # "custom" exporter for SuperBMD collada files -- cgit v1.2.3-70-g09d2