Change input type from shader to vector

This commit is contained in:
QuantumCoderQC 2021-07-01 15:32:53 +02:00
parent e308d9058b
commit 7504d5d92b

View file

@ -10,7 +10,7 @@ class GoToLocationNode(ArmLogicTreeNode):
super(GoToLocationNode, self).init(context)
self.add_input('ArmNodeSocketAction', 'In')
self.add_input('ArmNodeSocketObject', 'Object')
self.add_input('NodeSocketShader', 'Location')
self.add_input('NodeSocketVector', 'Location')
self.add_output('ArmNodeSocketAction', 'Out')