[Bf-extensions-cvs] [ec6873e9] master: Use "object" prefix for collection manager

Campbell Barton noreply at git.blender.org
Mon Dec 9 11:27:34 CET 2019


Commit: ec6873e90f2d1e2765f85b58dfa6addeb2a592dd
Author: Campbell Barton
Date:   Mon Dec 9 20:57:40 2019 +1100
Branches: master
https://developer.blender.org/rBAec6873e90f2d1e2765f85b58dfa6addeb2a592dd

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.

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

R100	collection_manager/__init__.py	object_collection_manager/__init__.py
R100	collection_manager/internals.py	object_collection_manager/internals.py
R100	collection_manager/operators.py	object_collection_manager/operators.py
R100	collection_manager/ui.py	object_collection_manager/ui.py

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

diff --git a/collection_manager/__init__.py b/object_collection_manager/__init__.py
similarity index 100%
rename from collection_manager/__init__.py
rename to object_collection_manager/__init__.py
diff --git a/collection_manager/internals.py b/object_collection_manager/internals.py
similarity index 100%
rename from collection_manager/internals.py
rename to object_collection_manager/internals.py
diff --git a/collection_manager/operators.py b/object_collection_manager/operators.py
similarity index 100%
rename from collection_manager/operators.py
rename to object_collection_manager/operators.py
diff --git a/collection_manager/ui.py b/object_collection_manager/ui.py
similarity index 100%
rename from collection_manager/ui.py
rename to object_collection_manager/ui.py



More information about the Bf-extensions-cvs mailing list