Skip to content

Commit

Permalink
Merge pull request LeGoffLoic#29 from glm-smaraux/fix_createNodeLog
Browse files Browse the repository at this point in the history
Fix CreateNode log
  • Loading branch information
glm-smaraux authored Mar 4, 2019
2 parents fac3781 + 5f19ccb commit 943c6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodz_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ def createNode(self, name='default', preset='node_default', position=None, alter
:return : The created node
"""
print("create node {} at creaetNode pos {}".format(name, position))
# print("create node {} at creaetNode pos {}".format(name, position))
# Check for name clashes
if name in self.scene().nodes.keys():
print 'A node with the same name already exists : {0}'.format(name)
Expand Down

0 comments on commit 943c6c9

Please sign in to comment.