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>2019-01-24 20:25:32 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-01-24 20:25:32 +0300
commit674dcd70ceb82a43a4c52a0ac4445b0c14ab31ef (patch)
tree45c74a821603d4759a9f2edb8a7318400e1f19d6 /io_scene_fbx/__init__.py
parent28324e0fb6748b323f6a5fa031ee4e126998c223 (diff)
Fix T51140: FBX import fails to read file exported from Max.
Usual crap with PoS of FBX... feeling bad though, that report skipped out of my radar for too long. :|
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 e677e25c..77596c8a 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": (4, 14, 1),
+ "version": (4, 14, 2),
"blender": (2, 80, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",