You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark Sneddon
We use .ui files generated from Qt Designer to author (some) ui layouts. A sample of the code we would use to load that would be something like this :
however, the issue seems to occur specifically around having a QUiLoader object initialised - if you initialise one immediately after startup and then instantiate the QApplication instance to wrap the blender application - crash to desktop. Conversely, if you instantiate the QApplication instance to wrap the blender application, works fine, until you instantiate a QGuiLoader object - then you get crash to desktop.
You can (and I have) tested it with just those small amount of simple steps
Mark Sneddon
We use .ui files generated from Qt Designer to author (some) ui layouts. A sample of the code we would use to load that would be something like this :
however, the issue seems to occur specifically around having a QUiLoader object initialised - if you initialise one immediately after startup and then instantiate the QApplication instance to wrap the blender application - crash to desktop. Conversely, if you instantiate the QApplication instance to wrap the blender application, works fine, until you instantiate a QGuiLoader object - then you get crash to desktop.
You can (and I have) tested it with just those small amount of simple steps
AssetCatalog.zip
The text was updated successfully, but these errors were encountered: