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:
authorCampbell Barton <ideasman42@gmail.com>2019-12-09 12:57:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-09 12:57:40 +0300
commitec6873e90f2d1e2765f85b58dfa6addeb2a592dd (patch)
tree3fc32258b929da3b8ec31e8e39b1eaf9d3ab08a0
parent14420434d2aa4c0c1d7897440e40f1656ea57de0 (diff)
Use "object" prefix for collection manager
This was defining it's own category, which should be avoided and isn't needed in this case since it manages object collections.
-rw-r--r--object_collection_manager/__init__.py (renamed from collection_manager/__init__.py)0
-rw-r--r--object_collection_manager/internals.py (renamed from collection_manager/internals.py)0
-rw-r--r--object_collection_manager/operators.py (renamed from collection_manager/operators.py)0
-rw-r--r--object_collection_manager/ui.py (renamed from collection_manager/ui.py)0
4 files changed, 0 insertions, 0 deletions
diff --git a/collection_manager/__init__.py b/object_collection_manager/__init__.py
index 75142a35..75142a35 100644
--- a/collection_manager/__init__.py
+++ b/object_collection_manager/__init__.py
diff --git a/collection_manager/internals.py b/object_collection_manager/internals.py
index e898de1c..e898de1c 100644
--- a/collection_manager/internals.py
+++ b/object_collection_manager/internals.py
diff --git a/collection_manager/operators.py b/object_collection_manager/operators.py
index 84396e7e..84396e7e 100644
--- a/collection_manager/operators.py
+++ b/object_collection_manager/operators.py
diff --git a/collection_manager/ui.py b/object_collection_manager/ui.py
index 4c0e4597..4c0e4597 100644
--- a/collection_manager/ui.py
+++ b/object_collection_manager/ui.py