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:
authorBastien Montagne <bastien@blender.org>2021-08-16 13:42:08 +0300
committerBastien Montagne <bastien@blender.org>2021-08-16 13:45:21 +0300
commit21dc384d15305a01d8f5042ae0d3bde7525fb925 (patch)
treede9440d503730b89f7aecb7da4de1496ea2f2193 /ui_translate/__init__.py
parent763da384c5f25fc662ec3eee8c9c2401b92e3e62 (diff)
Translation update: Fix after recent changes to Blender init code.
Recent changes broke calling an operator from python too early during init process, including during first draw calls. So now moved most of `UI_OT_i18n_updatetranslation_svn_init_settings` logic into a static method that can be called directly in this specific case. Also improved situation where init fails, by showing the reset/init settings operator in the UI still.
Diffstat (limited to 'ui_translate/__init__.py')
-rw-r--r--ui_translate/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_translate/__init__.py b/ui_translate/__init__.py
index 20f7b884..a03fb56b 100644
--- a/ui_translate/__init__.py
+++ b/ui_translate/__init__.py
@@ -21,7 +21,7 @@
bl_info = {
"name": "Manage UI translations",
"author": "Bastien Montagne",
- "version": (1, 3, 1),
+ "version": (1, 3, 2),
"blender": (2, 92, 0),
"location": "Main \"File\" menu, text editor, any UI control",
"description": "Allows managing UI translations directly from Blender "