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 <montagne29@wanadoo.fr>2018-08-05 20:13:35 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-08-05 20:13:35 +0300
commitbea6ca0c4ef8b838ab6d2bc63136b52eb3ffc63c (patch)
tree41e06fef82fc1e86767e742bef42f410ddca79cf /io_scene_fbx/__init__.py
parentc87ee4d46f16d60a2e1db7514c8d5ab42c5d93df (diff)
Fix T55022: [fbx] when enable use tangent space ,it's throw bug.
calculating tangent for some reasons recompute mesh' UV layers, so we cannot use iterators on those...
Diffstat (limited to 'io_scene_fbx/__init__.py')
-rw-r--r--io_scene_fbx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index 9611cb1f..920ddc4c 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -21,7 +21,7 @@
bl_info = {
"name": "FBX format",
"author": "Campbell Barton, Bastien Montagne, Jens Restemeier",
- "version": (3, 9, 1),
+ "version": (3, 9, 2),
"blender": (2, 79, 1),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",