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:
authorJulien Duroure <julien.duroure@gmail.com>2022-08-06 12:52:04 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-08-06 12:52:04 +0300
commit5b2953ad0883223bf8f58cf2bd650891f759bb65 (patch)
tree4d43e804c329454efad35c587fd898fa1638adbe /io_scene_gltf2/__init__.py
parentc648829f83d66969cd6afb954630b8c4c6971f3f (diff)
glTF exporter: performance: cache parent/children data to avoid bad .children performance when used a lot
Thanks rotoglup!
Diffstat (limited to 'io_scene_gltf2/__init__.py')
-rwxr-xr-xio_scene_gltf2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 98210e82..65cfb759 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -4,7 +4,7 @@
bl_info = {
'name': 'glTF 2.0 format',
'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
- "version": (3, 3, 17),
+ "version": (3, 3, 18),
'blender': (3, 3, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',