mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
maya image plane load error
This commit is contained in:
parent
cd9f14a21d
commit
32f87d6324
1 changed files with 3 additions and 1 deletions
|
|
@ -71,8 +71,10 @@ class CameraWindow(QtWidgets.QDialog):
|
|||
self.close()
|
||||
|
||||
def on_cancel_pressed(self):
|
||||
self.close()
|
||||
if self.camera is None:
|
||||
return
|
||||
|
||||
self.close()
|
||||
|
||||
class ImagePlaneLoader(load.LoaderPlugin):
|
||||
"""Specific loader of plate for image planes on selected camera."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue