Skip to content

Commit

Permalink
Rename Panel's Label to Rhubarb 2D Lipsync
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTiny committed Dec 18, 2022
1 parent af99313 commit dfcf796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class RHUBARB_PT_Main_Panel(bpy.types.Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_category = "Rhubarb Lipsync"
bl_label = "Rhubarb Lipsync"
bl_label = "Rhubarb 2D Lipsync"

# Pointer definitions
bpy.types.Scene.obj_selection = bpy.props.PointerProperty(type=bpy.types.Object)
Expand Down

0 comments on commit dfcf796

Please sign in to comment.