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:
authorPablo Vazquez <pablo@blender.org>2022-09-20 00:34:40 +0300
committerPablo Vazquez <pablo@blender.org>2022-09-20 00:34:40 +0300
commit0dd7b96286df721e197fdab32dc224fdc41c681b (patch)
treeca07a9896b3f8febb290b0d5c071a37c91ee9445 /amaranth/__init__.py
parent3570274fe75f626de116c0de52d3b008dd0b9644 (diff)
Amaranth: Fix poll for operators
* AMTH_NODE_OT_show_active_node_image in Node Editor * AMTH_VIEW3D_OT_render_border_camera in 3D Viewport
Diffstat (limited to 'amaranth/__init__.py')
-rw-r--r--amaranth/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/amaranth/__init__.py b/amaranth/__init__.py
index 55871cc1..4cefaf0f 100644
--- a/amaranth/__init__.py
+++ b/amaranth/__init__.py
@@ -74,7 +74,7 @@ from amaranth.misc import (
bl_info = {
"name": "Amaranth Toolset",
"author": "Pablo Vazquez, Bassam Kurdali, Sergey Sharybin, Lukas Tönne, Cesar Saez, CansecoGPC",
- "version": (1, 0, 14),
+ "version": (1, 0, 15),
"blender": (3, 2, 0),
"location": "Everywhere!",
"description": "A collection of tools and settings to improve productivity",