[Update] Splash Window: 起動時アニメーション追加。weightダウンロード時の表示も若干の調整あり。
This commit is contained in:
@@ -876,9 +876,11 @@ def initSetConfigByExeArguments():
|
||||
config.OSC_PORT = int(args.port)
|
||||
view.setGuiVariable_OscPort(config.OSC_PORT)
|
||||
|
||||
def createMainWindow():
|
||||
def createMainWindow(splash):
|
||||
splash.toProgress(1)
|
||||
# create GUI
|
||||
view.createGUI()
|
||||
splash.toProgress(2)
|
||||
|
||||
# init config
|
||||
initSetConfigByExeArguments()
|
||||
@@ -908,6 +910,8 @@ def createMainWindow():
|
||||
if config.ENABLE_LOGGER is True:
|
||||
model.startLogger()
|
||||
|
||||
splash.toProgress(3) # Last one.
|
||||
|
||||
# set UI and callback
|
||||
view.register(
|
||||
common_registers={
|
||||
|
||||
Reference in New Issue
Block a user