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-07-24 06:31:12 +0300
committerPablo Vazquez <pablo@blender.org>2022-07-24 06:31:12 +0300
commitb00712001075abd383af7d88252ee199b5991231 (patch)
tree1b197701d9e6a8d63ec4c2311020dbf754963b2d /amaranth/__init__.py
parent3c6a16fcbe5eeff525a83779a896b275bc410fbe (diff)
Amaranth: Fix File Browser features showing up in Asset Browser
Both the "Libraries" panel and the "Current Blend's Folder" button are meant for the File Browser editor, not the Asset Browser. Fixes T94212
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 b7e59e13..55871cc1 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, 13),
+ "version": (1, 0, 14),
"blender": (3, 2, 0),
"location": "Everywhere!",
"description": "A collection of tools and settings to improve productivity",