Update action_set_visible.py

This commit is contained in:
knowledgenude 2020-09-08 21:05:51 -03:00 committed by GitHub
parent 546f8824d0
commit 9c8b6d3b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ class SetVisibleNode(Node, ArmLogicTreeNode):
def init(self, context):
self.inputs.new('ArmNodeSocketAction', 'In')
self.inputs.new('ArmNodeSocketObject', 'Object')
self.inputs.new('NodeSocketBool', 'Bool')
self.inputs.new('NodeSocketBool', 'Visible')
self.outputs.new('ArmNodeSocketAction', 'Out')
add_node(SetVisibleNode, category='Action')