Parent look assigner UI to Maya window when opening via toolbox

This commit is contained in:
Roy Nieterau 2024-03-29 15:50:54 +01:00
parent 6af300e6ee
commit eead61e6e9

View file

@ -113,7 +113,9 @@ def override_toolbox_ui():
annotation="Look Manager",
label="Look Manager",
image=os.path.join(icons, "lookmanager.png"),
command=show_look_assigner,
command=lambda: show_look_assigner(
parent=parent_widget
),
width=icon_size,
height=icon_size,
parent=parent