maya image plane load error

This commit is contained in:
Kayla Man 2022-12-20 19:47:07 +08:00
parent cd9f14a21d
commit 32f87d6324

View file

@ -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."""