Ivaylo-Haralampiev
  • Joined on 2024-02-17
Ivaylo-Haralampiev opened issue blender/blender-addons#105217 2024-03-05 14:24:19 +01:00
FBX importer with Force Connect Children doesn't work properly with objects parented to the bones
Ivaylo-Haralampiev commented on issue blender/blender#118408 2024-02-18 14:56:41 +01:00
FBX importer sets the pivot points incorrectly

Got rid of the destructive editing by using a simple geometry node modifier which just adds the missing offset.

            obj = self.bl_obj
            if obj.type == "MESH" and…
Ivaylo-Haralampiev commented on issue blender/blender#118408 2024-02-18 01:16:03 +01:00
FBX importer sets the pivot points incorrectly

I wasn't sure what "mesh.transform" does to the mesh but it did seem unsafe, even though I only needed a solution that works for my case (and it might work for whoever is reading this some…

Ivaylo-Haralampiev opened issue blender/blender#118408 2024-02-17 15:24:42 +01:00
FBX importer sets the pivot points incorrectly