fix stuff again

- got rid of upstream stuff generated by github, which made it blow up...
- got closer on the pmx importer working
This commit is contained in:
989onan
2024-06-14 21:29:30 -04:00
parent c1f30e9fa5
commit c0509bbaf4
4 changed files with 28 additions and 20 deletions
-3
View File
@@ -1,9 +1,7 @@
# core/__init__.py
from .register import register_wrap
<<<<<<< Updated upstream
from . import pmx
=======
#to reload all things in this directory and import them properly - @989onan
if "bpy" not in locals():
@@ -21,4 +19,3 @@ else:
for module_name in [ basename(f)[:-3] for f in modules if isfile(f) and not f.endswith('__init__.py')]:
exec("importlib.reload("+module_name+")")
print("reloading " +module_name)
>>>>>>> Stashed changes