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-09-04 16:16:07 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-09-04 16:16:07 +0300
commit8b85d3665ce3b2a872bfac25bccf2823f3a7b139 (patch)
treef586599fe07b72c5151cdde8958a5e05c407b790
parente4f2d4b1791d3688be19dde03c01d47ee3718c0c (diff)
FBX IO: increase sub-version number after filebrowser merge.
Changes in UI are significant enough to justify it.
-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 20ea9987..ef2936c7 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, 15, 1),
+ "version": (4, 16, 0),
"blender": (2, 81, 6),
"location": "File > Import-Export",
"description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",