This commit is contained in:
Simonrazer 2020-07-25 15:13:44 +02:00 committed by GitHub
parent 66d7b1c954
commit 06a6324002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ class ARMAddVarNode(bpy.types.Operator):
return({'FINISHED'})
class ARMAddSetVarNode(bpy.types.Operator):
'''Add a node to set that this ones value'''
'''Add a node to set this Variable'''
bl_idname = 'arm.add_setvar_node'
bl_label = 'Add Set'
bl_options = {'GRAB_CURSOR', 'BLOCKING'}