[Bf-extensions-cvs] [208bce82] master: addons contrib: change categories: T70017

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


Commit: 208bce82c33e811683b85b38ff9568cab131d5a2
Author: meta-androcto
Date:   Mon Sep 23 11:25:38 2019 +1000
Branches: master
https://developer.blender.org/rBAC208bce82c33e811683b85b38ff9568cab131d5a2

addons contrib: change categories: T70017

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

M	amaranth/__init__.py
M	lighting_hdri_shortcut/__init__.py
M	space_clip_editor_autotracker.py
M	text_editor_hastebin.py

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

diff --git a/amaranth/__init__.py b/amaranth/__init__.py
index 463d0a57..bd3a49d2 100644
--- a/amaranth/__init__.py
+++ b/amaranth/__init__.py
@@ -94,7 +94,7 @@ bl_info = {
     "warning": "",
     "wiki_url": "https://pablovazquez.art/amaranth",
     "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
-    "category": "Scene",
+    "category": "Interface",
 }
 
 
diff --git a/lighting_hdri_shortcut/__init__.py b/lighting_hdri_shortcut/__init__.py
index 2829e70b..bfe74888 100644
--- a/lighting_hdri_shortcut/__init__.py
+++ b/lighting_hdri_shortcut/__init__.py
@@ -6,7 +6,7 @@ bl_info = {
     "author": "Nicolas Priniotakis (Nikos)",
     "version": (1, 3, 2, 0),
     "blender": (2, 80, 0),
-    "category": "Material",
+    "category": "Lighting",
     "location": "Properties > World",
     "description": "Easy setup for HDRI global lightings",
     "warning": "",
diff --git a/space_clip_editor_autotracker.py b/space_clip_editor_autotracker.py
index 55f66a57..8445b377 100644
--- a/space_clip_editor_autotracker.py
+++ b/space_clip_editor_autotracker.py
@@ -25,7 +25,7 @@ bl_info = {
     "description": "Motion Tracking with automatic feature detection.",
     "warning": "",
     "wiki_url": "https://github.com/miikapuustinen/blender_autotracker",
-    "category": "Motion Tracking",
+    "category": "Video Tools",
     }
 
 import bpy
diff --git a/text_editor_hastebin.py b/text_editor_hastebin.py
index b775a579..070a9da7 100644
--- a/text_editor_hastebin.py
+++ b/text_editor_hastebin.py
@@ -26,7 +26,7 @@ bl_info = {
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
         "Scripts/Text_Editor/hastebin",
     "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
-    "category": "Text Editor"}
+    "category": "Development"}
 
 
 import bpy



More information about the Bf-extensions-cvs mailing list