Skip to content
Snippets Groups Projects
Commit 1fea5010 authored by Andrew Hale's avatar Andrew Hale
Browse files

Fix to make it easier to find in space bar menu. Added "tree" to label so users can search "tree".

parent e56a4e47
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ class PresetMenu(bpy.types.Menu): ...@@ -152,7 +152,7 @@ class PresetMenu(bpy.types.Menu):
class AddTree(bpy.types.Operator): class AddTree(bpy.types.Operator):
bl_idname = "curve.tree_add" bl_idname = "curve.tree_add"
bl_label = "Sapling" bl_label = "Sapling: Add Tree"
bl_options = {'REGISTER', 'UNDO'} bl_options = {'REGISTER', 'UNDO'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment