[Bf-extensions-cvs] [104a15ff] master: FBX IO: Raise sub-version number after changes to texture clamp import.

Bastien Montagne noreply at git.blender.org
Sat Sep 7 15:23:38 CEST 2019


Commit: 104a15ff9b2b00e3603d5bf07d8964af53f00772
Author: Bastien Montagne
Date:   Sat Sep 7 15:22:54 2019 +0200
Branches: master
https://developer.blender.org/rBA104a15ff9b2b00e3603d5bf07d8964af53f00772

FBX IO: Raise sub-version number after changes to texture clamp import.

Change in behavior of the add-on -> increase sub-version number.

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

M	io_scene_fbx/__init__.py

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

diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index ef2936c7..b737cef0 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, 16, 0),
+    "version": (4, 17, 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