rename-material-labels

This commit is contained in:
knowledgenude 2020-09-24 21:20:21 -03:00
parent 4e114e02d3
commit e01c7f5754
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ from arm.logicnode.arm_nodes import *
class GetMaterialNode(ArmLogicTreeNode):
"""Use to get the material of an object."""
bl_idname = 'LNGetMaterialNode'
bl_label = 'Get Material'
bl_label = 'Get Object Material'
arm_version = 1
def init(self, context):

View file

@ -3,7 +3,7 @@ from arm.logicnode.arm_nodes import *
class SetMaterialNode(ArmLogicTreeNode):
"""Use to set the material of an object."""
bl_idname = 'LNSetMaterialNode'
bl_label = 'Set Material'
bl_label = 'Set Object Material'
arm_version = 1
def init(self, context):

View file

@ -3,7 +3,7 @@ from arm.logicnode.arm_nodes import *
class SetMaterialSlotNode(ArmLogicTreeNode):
"""TO DO."""
bl_idname = 'LNSetMaterialSlotNode'
bl_label = 'Set Material Slot'
bl_label = 'Set Object Material Slot'
arm_version = 1
def init(self, context):