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:
authorRyan Inch <mythologylover75@gmail.com>2020-11-04 08:14:51 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-11-04 08:14:51 +0300
commit5a1e3d5023c0605885d7de52856ad97114dbd35f (patch)
treec4bee2820f38efa59b47e3883f54448f2d71e79c /object_collection_manager/internals.py
parent5614916cf6ca0f261617384240acc0909f8adb9e (diff)
Collection Manager: Refactor and cleanup. Task: T69577
Change how addon wide variables are imported.
Diffstat (limited to 'object_collection_manager/internals.py')
-rw-r--r--object_collection_manager/internals.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/object_collection_manager/internals.py b/object_collection_manager/internals.py
index ceef1560..c95328c8 100644
--- a/object_collection_manager/internals.py
+++ b/object_collection_manager/internals.py
@@ -106,10 +106,6 @@ swap_buffer = {
}
-def get_max_lvl():
- return max_lvl
-
-
class QCDSlots():
_slots = {}
overrides = set()