animation_add_corrective_shape_key: fix bl_location

This commit is contained in:
Brendon Murphy 2019-09-24 11:45:39 +10:00
parent d89cd812f3
commit be0bed829c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ bl_info = {
"author": "Ivo Grigull (loolarge), Tal Trachtman", "Tokikake"
"version": (1, 1, 1),
"blender": (2, 80, 0),
"location": "Object Data > Shape Keys (Search: corrective) ",
"location": "Object Data > Shape Keys Specials or Search",
"description": "Creates a corrective shape key for the current pose",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Animation/Corrective_Shape_Key",