mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
maya image plane load error
This commit is contained in:
parent
8055b793ee
commit
9173199896
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class CameraWindow(QtWidgets.QDialog):
|
|||
self.close()
|
||||
|
||||
def on_cancel_pressed(self):
|
||||
if self.camera is not None:
|
||||
if self.camera:
|
||||
return
|
||||
self.close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue