Skip to content

Commit

Permalink
Fixed 2 instances where the old add-on name was still used.
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganFairbairn committed May 30, 2023
1 parent 519be81 commit 717d654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"author": "Logan Fairbairn (Ryver)",
"version": (1, 0, 4),
"blender": (3, 5, 0),
"location": "View3D > Sidebar > MatLay",
"location": "View3D > Sidebar > MatLayer",
"description": "Replaces node based texturing workflow with a layer stack workflow through a custom user interface.",
"warning": "",
"doc_url": "",
Expand Down
2 changes: 1 addition & 1 deletion ui/main_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def draw(self, context):
ui_settings_section.draw_ui_settings_section(self, context)

else:
layout.label(text="Save your .blend file to use MatLay.")
layout.label(text="Save your .blend file to use MatLayer.")
layout.label(text="The .blend path is used to find correct paths for image folders,")
layout.label(text="where textures, baked mesh maps, or exported textures created ")
layout.label(text="using this add-on are saved.")

0 comments on commit 717d654

Please sign in to comment.