mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #6199 from ynput/chore/use_better_resolution_fusion
This commit is contained in:
parent
fd345ba4bb
commit
3ae066e1dc
1 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ from ayon_core.hosts.fusion.api.lib import (
|
|||
)
|
||||
from ayon_core.pipeline import get_current_asset_name
|
||||
from ayon_core.resources import get_ayon_icon_filepath
|
||||
from ayon_core.tools.utils import get_qt_app
|
||||
|
||||
from .pipeline import FusionEventHandler
|
||||
from .pulse import FusionPulse
|
||||
|
|
@ -174,7 +175,7 @@ class OpenPypeMenu(QtWidgets.QWidget):
|
|||
|
||||
|
||||
def launch_openpype_menu():
|
||||
app = QtWidgets.QApplication(sys.argv)
|
||||
app = get_qt_app()
|
||||
|
||||
pype_menu = OpenPypeMenu()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue