[Bf-extensions-cvs] [8b85d366] master: FBX IO: increase sub-version number after filebrowser merge.

Bastien Montagne noreply at git.blender.org
Wed Sep 4 15:20:06 CEST 2019


Commit: 8b85d3665ce3b2a872bfac25bccf2823f3a7b139
Author: Bastien Montagne
Date:   Wed Sep 4 15:16:07 2019 +0200
Branches: master
https://developer.blender.org/rBA8b85d3665ce3b2a872bfac25bccf2823f3a7b139

FBX IO: increase sub-version number after filebrowser merge.

Changes in UI are significant enough to justify it.

===================================================================

M	io_scene_fbx/__init__.py

===================================================================

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",



More information about the Bf-extensions-cvs mailing list