[Bf-extensions-cvs] [cf63c4fb] master: addons change categories: T70017

meta-androcto noreply at git.blender.org
Mon Sep 23 03:21:00 CEST 2019


Commit: cf63c4fb3ac501b0f08af115111db72fee4a81c6
Author: meta-androcto
Date:   Mon Sep 23 11:20:43 2019 +1000
Branches: master
https://developer.blender.org/rBAcf63c4fb3ac501b0f08af115111db72fee4a81c6

addons change categories: T70017

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

M	curve_assign_shapekey.py
M	power_sequencer/__init__.py
M	space_clip_editor_refine_solution.py
M	space_view3d_align_tools.py
M	space_view3d_brush_menus/__init__.py
M	space_view3d_copy_attributes.py
M	space_view3d_modifier_tools.py
M	space_view3d_pie_menus/__init__.py
M	space_view3d_spacebar_menu/__init__.py

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

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),
 }
diff --git a/power_sequencer/__init__.py b/power_sequencer/__init__.py
index 7bc1c6ca..a51f7342 100644
--- a/power_sequencer/__init__.py
+++ b/power_sequencer/__init__.py
@@ -38,7 +38,7 @@ bl_info = {
     "author": "Nathan Lovato",
     "version": (1, 4, 0),
     "blender": (2, 80, 0),
-    "location": "Sequencer",
+    "location": "Video Tools",
     "tracker_url": "https://github.com/GDquest/Blender-power-sequencer/issues",
     "wiki_url": "https://www.youtube.com/playlist?list=PLhqJJNjsQ7KFjp88Cu57Zb9_wFt7nlkEI",
     "support": "COMMUNITY",
diff --git a/space_clip_editor_refine_solution.py b/space_clip_editor_refine_solution.py
index 475f9157..fb423f7c 100644
--- a/space_clip_editor_refine_solution.py
+++ b/space_clip_editor_refine_solution.py
@@ -32,7 +32,7 @@ bl_info = {
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/"
                 "Motion_Tracking/Refine_Track",
-    "category": "Motion Tracking",
+    "category": "Video Tools",
 }
 
 import bpy
diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index b8c02968..712e376d 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -29,7 +29,7 @@ bl_info = {
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D interaction/Align_Tools",
     "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
-    "category": "3D View",
+    "category": "Interface",
 }
 
 import bpy
diff --git a/space_view3d_brush_menus/__init__.py b/space_view3d_brush_menus/__init__.py
index 5381d14c..5b1245e5 100644
--- a/space_view3d_brush_menus/__init__.py
+++ b/space_view3d_brush_menus/__init__.py
@@ -29,7 +29,7 @@ bl_info = {
     "warning": '',
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D_interaction/Advanced_UI_Menus",
-    "category": "3D View"}
+    "category": "Interface"}
 
 
 if "bpy" in locals():
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index f75d185b..adc85f9c 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -27,7 +27,7 @@ bl_info = {
     "description": "Copy Attributes Menu from Blender 2.4",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D_interaction/Copy_Attributes_Menu",
-    "category": "3D View",
+    "category": "Interface",
 }
 
 import bpy
diff --git a/space_view3d_modifier_tools.py b/space_view3d_modifier_tools.py
index 028380f0..460b16f0 100644
--- a/space_view3d_modifier_tools.py
+++ b/space_view3d_modifier_tools.py
@@ -27,7 +27,7 @@ bl_info = {
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6"
                 "/Py/Scripts/3D_interaction/modifier_tools",
-    "category": "3D View"
+    "category": "Interface"
     }
 
 import bpy
diff --git a/space_view3d_pie_menus/__init__.py b/space_view3d_pie_menus/__init__.py
index 8b741888..98a62bc8 100644
--- a/space_view3d_pie_menus/__init__.py
+++ b/space_view3d_pie_menus/__init__.py
@@ -41,7 +41,7 @@ bl_info = {
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D_interaction/viewport_pies",
-    "category": "Pie Menu"
+    "category": "Interface"
     }
 
 sub_modules_names = (
diff --git a/space_view3d_spacebar_menu/__init__.py b/space_view3d_spacebar_menu/__init__.py
index 467eaa62..362cad55 100644
--- a/space_view3d_spacebar_menu/__init__.py
+++ b/space_view3d_spacebar_menu/__init__.py
@@ -27,7 +27,7 @@ bl_info = {
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D_interaction/Dynamic_Spacebar_Menu",
-    "category": "3D View",
+    "category": "Interface",
 }
 
 if "bpy" in locals():



More information about the Bf-extensions-cvs mailing list