Docs update for msh material property fill operator and menu entry

This commit is contained in:
William Herald Snyder
2022-02-09 15:16:12 -05:00
parent bdcd4c4aa9
commit 4e2f6bf423
3 changed files with 10 additions and 1 deletions

View File

@@ -207,7 +207,7 @@ class FillSWBFMaterialProperties(bpy.types.Operator):
bl_label = "Fill SWBF Material Properties"
bl_description = ("Fill in SWBF properties of all materials used by selected objects.\n"
"Only considers materials that use nodes.\n"
"Please see 'Materials Operators' in the docs for more details.")
"Please see 'Materials > Materials Operators' in the docs for more details.")
def execute(self, context):