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-03-26 09:52:37 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-03-26 09:52:37 +0300
commitd0a369d6bb05be83ca13b88087c874b930cd6726 (patch)
treeeda91d9812b74e06666f892bf4dd72b336f0e09b /add_curve_extra_objects
parentdb8ee9e3679bb7a469dc941b81185f578f3c31a6 (diff)
add_curve_extra_objects/add_curve_spirofit_bouncespline update tab name
Diffstat (limited to 'add_curve_extra_objects')
-rw-r--r--add_curve_extra_objects/add_curve_spirofit_bouncespline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_curve_extra_objects/add_curve_spirofit_bouncespline.py b/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
index b220157c..5c35d2bc 100644
--- a/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
+++ b/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
@@ -22,7 +22,7 @@ bl_info = {
"author": "Antonio Osprite, Liero, Atom, Jimmy Hazevoet",
"version": (0, 2, 2),
"blender": (2, 80, 0),
- "location": "Toolshelf > Create Tab",
+ "location": "Sidebar > Create Tab",
"description": "SpiroFit, BounceSpline and Catenary adds "
"splines to selected mesh or objects",
"warning": "",
@@ -965,7 +965,7 @@ class SplinePanel(Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_context = "objectmode"
- bl_category = "Spline"
+ bl_category = "Create"
#bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):