Rename Armory nodes panel: 'Node' -> 'Armory'

This commit is contained in:
Moritz Brückner 2020-12-19 01:09:55 +01:00
parent 76b2380ec4
commit df522516f2
2 changed files with 3 additions and 3 deletions

View file

@ -155,7 +155,7 @@ class ARM_PT_LogicNodePanel(bpy.types.Panel):
bl_idname = 'ARM_PT_LogicNodePanel'
bl_space_type = 'NODE_EDITOR'
bl_region_type = 'UI'
bl_category = 'Node'
bl_category = 'Armory'
@classmethod
def poll(cls, context):
@ -235,7 +235,7 @@ class ARM_PT_Variables(bpy.types.Panel):
bl_idname = 'ARM_PT_Variables'
bl_space_type = 'NODE_EDITOR'
bl_region_type = 'UI'
bl_category = 'Node'
bl_category = 'Armory'
@classmethod
def poll(cls, context):

View file

@ -2215,7 +2215,7 @@ class ARM_PT_MaterialNodePanel(bpy.types.Panel):
bl_idname = 'ARM_PT_MaterialNodePanel'
bl_space_type = 'NODE_EDITOR'
bl_region_type = 'UI'
bl_category = 'Node'
bl_category = 'Armory'
@classmethod
def poll(cls, context):