mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 11:21:52 +02:00
[ui] Camera Response Function display: make it safer
More checks on file content and catch exception. Check nbColumns using a slot instead of using the property. Use a workaround on the CVS loader to avoid a crash (do not set active to False).
This commit is contained in:
parent
04c21fffe4
commit
b295242576
4 changed files with 38 additions and 22 deletions
|
@ -499,6 +499,7 @@ class BaseNode(BaseObject):
|
|||
def getAttributes(self):
|
||||
return self._attributes
|
||||
|
||||
@Slot(str, result=bool)
|
||||
def hasAttribute(self, name):
|
||||
return name in self._attributes.keys()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue