We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb49216 commit c8acea3Copy full SHA for c8acea3
example_nodes/logic_nodes.py
@@ -12,7 +12,6 @@ class ifNode(BaseNode):
12
def __init__(self):
13
super(ifNode, self).__init__()
14
self.condition = self.add_input('condition')
15
- self.create_property('condition', None)
16
self._then = self.add_input('then')
17
self._else = self.add_input('else')
18
self.add_output('out')
0 commit comments