Fix #105217: FBX Force Connect Children transforms Objects parented to Bones #105249

Merged
Thomas Barlow merged 3 commits from Mysteryem/blender-addons:fbx_105217_force_connect_child_objects into main 2024-03-22 13:53:55 +01:00
Showing only changes of commit 8765a1590d - Show all commits

View File

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