Fix FBX char type being interpreted as bool #104914

Merged
Thomas Barlow merged 2 commits from Mysteryem/blender-addons:fbx_fix_char_type into main 2023-09-26 03:44:45 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4869899fad - Show all commits

View File

@ -5,7 +5,7 @@
bl_info = {
"name": "FBX format",
"author": "Campbell Barton, Bastien Montagne, Jens Restemeier, @Mysteryem",
"version": (5, 8, 1),
"version": (5, 8, 2),
"blender": (3, 6, 0),
"location": "File > Import-Export",
"description": "FBX IO meshes, UVs, vertex colors, materials, textures, cameras, lamps and actions",