Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-23 04:20:43 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-23 04:20:43 +0300
commitcf63c4fb3ac501b0f08af115111db72fee4a81c6 (patch)
treef68f2c407ddd38ecc715562e6bdf9a069f90647b /curve_assign_shapekey.py
parent525afbadafbeb6a27734708771d66b8407c00190 (diff)
addons change categories: T70017
Diffstat (limited to 'curve_assign_shapekey.py')
-rw-r--r--curve_assign_shapekey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/curve_assign_shapekey.py b/curve_assign_shapekey.py
index ba963011..d374a51a 100644
--- a/curve_assign_shapekey.py
+++ b/curve_assign_shapekey.py
@@ -26,7 +26,7 @@ bl_info = {
"version": (1, 0, 0),
"location": "View 3D > Sidebar > Edit Tab",
"description": "Assigns one or more Bezier curves as shape keys to another Bezier curve",
- "category": "Object",
+ "category": "Add Curve",
"wiki_url": "https://github.com/Shriinivas/assignshapekey/blob/master/README.md",
"blender": (2, 80, 0),
}