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-10-20 10:08:47 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-10-20 10:08:47 +0300
commitb66e1363a07d7945efb0aa470a031bb18eaedf0f (patch)
tree4db31398ee6a5ad0a8e981df9b472897a7d95f5c /object_collection_manager/__init__.py
parent52fb8e51ac81d21c62d85b63500a7b7ea3213193 (diff)
Collection Manager: Improve filtering 2. Task: T69577
Allow filters to be combined with each other.
Diffstat (limited to 'object_collection_manager/__init__.py')
-rw-r--r--object_collection_manager/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index 7c33c0e1..1439be2f 100644
--- a/object_collection_manager/__init__.py
+++ b/object_collection_manager/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
"name": "Collection Manager",
"description": "Manage collections and their objects",
"author": "Ryan Inch",
- "version": (2, 16, 0),
+ "version": (2, 17, 0),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel