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-05-11 18:11:15 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-05-11 18:11:15 +0300
commit0d4c095e9a163987d664a36baa90937e4b93847a (patch)
treeb6178019e0886810d884da0cc4baf4f097a02be9 /io_scene_fbx/__init__.py
parent9524a08a60cf570e9b0540a6ae195a269b403817 (diff)
Revert "Fix (unreported) broken FBX import due to API change."
This reverts commit 9524a08a60cf570e9b0540a6ae195a269b403817.
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 dfe55f17..693cfe7d 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, 8),
+ "version": (4, 14, 7),
"blender": (2, 80, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",