[Bf-extensions-cvs] [d0a369d6] master: add_curve_extra_objects/add_curve_spirofit_bouncespline update tab name

meta-androcto noreply at git.blender.org
Tue Mar 26 07:53:09 CET 2019


Commit: d0a369d6bb05be83ca13b88087c874b930cd6726
Author: meta-androcto
Date:   Tue Mar 26 17:52:37 2019 +1100
Branches: master
https://developer.blender.org/rBAd0a369d6bb05be83ca13b88087c874b930cd6726

add_curve_extra_objects/add_curve_spirofit_bouncespline update tab name

===================================================================

M	add_curve_extra_objects/add_curve_spirofit_bouncespline.py

===================================================================

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):



More information about the Bf-extensions-cvs mailing list