Nice UI and proper refreshing versions & loading settings.

This commit is contained in:
2016-06-24 12:53:49 +02:00
parent 671e9f31fa
commit e73e9d3df7
3 changed files with 126 additions and 58 deletions

View File

@@ -67,8 +67,9 @@ def register():
gui = reload_mod('gui')
async_loop = reload_mod('async_loop')
settings_sync = reload_mod('settings_sync')
reload_mod('blendfile')
else:
from . import blender, gui, async_loop, settings_sync
from . import blender, gui, async_loop, settings_sync, blendfile
async_loop.setup_asyncio_executor()
async_loop.register()