mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
simplified method
This commit is contained in:
parent
38e00773bc
commit
7af4debad5
1 changed files with 1 additions and 4 deletions
|
|
@ -144,7 +144,4 @@ class ImportMayaLoader(api.Loader):
|
|||
buttons=buttons,
|
||||
defaultButton=accept)
|
||||
|
||||
if state != accept:
|
||||
return False
|
||||
|
||||
return True
|
||||
return state == accept
|
||||
Loading…
Add table
Add a link
Reference in a new issue