Several small fixes to the DCCsi to match some o3de changes
This commit is contained in:
+3
-3
@@ -81,8 +81,8 @@ settings = config.get_config_settings()
|
||||
if __name__ == '__main__':
|
||||
"""Run this file as main"""
|
||||
|
||||
_G_DEBUG = True
|
||||
_G_TEST_PYSIDE = True
|
||||
_G_DEBUG = False
|
||||
_G_TEST_PYSIDE = False
|
||||
|
||||
_config = get_dccsi_config()
|
||||
_settings = config.get_config_settings()
|
||||
@@ -121,7 +121,7 @@ if __name__ == '__main__':
|
||||
import PySide2
|
||||
|
||||
_LOGGER.info(f'PySide2: {PySide2}')
|
||||
_LOGGER.info(f'QTFORPYTHON_PATH: {_settings.QTFORPYTHON_PATH}')
|
||||
#_LOGGER.info(f'QTFORPYTHON_PATH: {_settings.QTFORPYTHON_PATH}')
|
||||
_LOGGER.info(f'LY_BIN_PATH: {_settings.LY_BIN_PATH}')
|
||||
_LOGGER.info(f'QT_PLUGIN_PATH: {_settings.QT_PLUGIN_PATH}')
|
||||
_LOGGER.info(f'QT_QPA_PLATFORM_PLUGIN_PATH: {_settings.QT_QPA_PLATFORM_PLUGIN_PATH}')
|
||||
|
||||
Reference in New Issue
Block a user