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>2021-03-16 23:57:56 +0300
committerRyan Inch <mythologylover75@gmail.com>2021-03-17 00:03:51 +0300
commit88db9c67be6b851ca1a0edf9afab35531f5b1961 (patch)
tree271f2ec1d3ec0a4c60485396854fd24f33d4f5a8 /object_collection_manager/__init__.py
parente24ff87b48445467f673641504fde759da531148 (diff)
Collection Manager: Add undo support. Task: T69577
Add undo and redo buttons to the CM popup. These buttons use operators that wrap the internal undo/redo operators with handling of CM internal data.
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 392c8d73..246e6bd7 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, 19, 3),
+ "version": (2, 20, 0),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel