[ui] GraphEditor: visualize edges between params (non File attributes)

This commit is contained in:
Fabien Castan 2020-12-18 01:13:54 +01:00
parent b75ccdb02f
commit ecf10a65f7
3 changed files with 254 additions and 158 deletions

View file

@ -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: