Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Update blender.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonrazer authored Jan 15, 2018
1 parent 9402969 commit 912f0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blender.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class InverseNode(Node, ArmLogicTreeNode):
bl_icon = 'GAME'

def init(self, context):
elf.inputs.new('ArmNodeSocketAction', 'In')
self.inputs.new('ArmNodeSocketAction', 'In')
self.outputs.new('ArmNodeSocketAction', 'Out')

def register():
Expand Down

0 comments on commit 912f0d3

Please sign in to comment.