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 16:40:39 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-05-11 16:40:39 +0300
commit55d0ff708c617f190fd898c37f90b70a2fd6a293 (patch)
treea935420237571c3b0c5668d3fc1a66dbb2186f5d /io_scene_fbx/__init__.py
parent045c4bb8d82d809b31f39232c3dd0b1c4ed0c662 (diff)
Fix (unreported) broken export due to API change.
Please update scripts when you do such changes...
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 68bdf96f..ac76f450 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, 5),
+ "version": (4, 14, 6),
"blender": (2, 80, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",