mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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()
|
self.close()
|
||||||
|
|
||||||
def on_cancel_pressed(self):
|
def on_cancel_pressed(self):
|
||||||
if self.camera is not None:
|
if self.camera:
|
||||||
return
|
return
|
||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue