-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- add somehting like this
- test in a non bqt wrapped blender, ensure its the first qt tool we test
def show():
app = QtWidgets.QApplication.instance()
exec = False
if not app:
exec = True
app = QtWidgets.QApplication()
global window
window = MainWindow()
window.show()
if exec:
app.exec_()
return window
Metadata
Metadata
Assignees
Labels
No labels