[Bf-extensions-cvs] [d887a4ea] master: FBX I/O: Increase version number after bug fixes.

Bastien Montagne noreply at git.blender.org
Mon Jan 23 15:47:30 CET 2023


Commit: d887a4ea6b2a9d64b926034d4e78ecf7a48ca979
Author: Bastien Montagne
Date:   Mon Jan 23 15:40:17 2023 +0100
Branches: master
https://developer.blender.org/rBAd887a4ea6b2a9d64b926034d4e78ecf7a48ca979

FBX I/O: Increase version number after bug fixes.

Increase version number after the four bug fixes from @Mysteryem.

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

M	io_scene_fbx/__init__.py

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

diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index d12e6991..95c10723 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -3,7 +3,7 @@
 bl_info = {
     "name": "FBX format",
     "author": "Campbell Barton, Bastien Montagne, Jens Restemeier",
-    "version": (4, 37, 2),
+    "version": (4, 37, 3),
     "blender": (3, 4, 0),
     "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