mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-09 04:47:20 +02:00
[ui] GraphEditor: visualize edges between params (non File attributes)
This commit is contained in:
parent
b75ccdb02f
commit
ecf10a65f7
3 changed files with 254 additions and 158 deletions
|
@ -137,7 +137,7 @@ class Attribute(BaseObject):
|
|||
self.valueChanged.emit()
|
||||
|
||||
def resetValue(self):
|
||||
self._value = ""
|
||||
self._value = self.attributeDesc.value
|
||||
|
||||
def requestGraphUpdate(self):
|
||||
if self.node.graph:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue