FBX export fails to export shapekeys if material Link dropdown is set to Object #105351

Open
opened 2024-06-12 05:41:34 +02:00 by Saberpeep · 1 comment

System Information
Operating system: Windows 11 23H2
Graphics card: Nvidia Geforce RTX 3080

Blender Version
Broken: 3.6.12 (LTS)
Worked: Never worked

Short description of error
If an object has the "Link" dropdown in the material properties set to "Object" instead of the default "Data", the FBX exporter will export that object's mesh without shapekeys.

Exact steps for others to reproduce the error

  1. Open the included test file.
  2. Observe that the cube has one shapekey and has the "Link" dropdown in the material properties set to "Object".
  3. Export an FBX (default settings are fine)
  4. Inspect the resultant FBX in Unity or whatever program and see that it has no shape keys.

  1. Now go back and change the "Link" dropdown to "Data" (default).
  2. Export another FBX (default settings are fine).
  3. Inspect the resultant FBX in Unity or whatever program and see that it has shape keys as normal.
**System Information** Operating system: Windows 11 23H2 Graphics card: Nvidia Geforce RTX 3080 **Blender Version** Broken: 3.6.12 (LTS) Worked: Never worked **Short description of error** If an object has the "Link" dropdown in the material properties set to "Object" instead of the default "Data", the FBX exporter will export that object's mesh without shapekeys. **Exact steps for others to reproduce the error** 1. Open the included test file. 2. Observe that the cube has one shapekey and has the "Link" dropdown in the material properties set to "Object". 3. Export an FBX (default settings are fine) 4. Inspect the resultant FBX in Unity or whatever program and see that it has no shape keys. ----------- 5. Now go back and change the "Link" dropdown to "Data" (default). 6. Export another FBX (default settings are fine). 7. Inspect the resultant FBX in Unity or whatever program and see that it has shape keys as normal.
Saberpeep added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2024-06-12 05:41:35 +02:00

Can confirm for blender 3.6.4 (or like your described 3.6.12), but seems to be fixed since blender 4. I tested it with blender 4.0, 4.1, 4.2 and it works just fine. See the attached .fbx output files for blender 3.6 and 4.1.
Also according to the documentation shapekeys support is very limited in blenders importer/exporter...

Can confirm for blender 3.6.4 (or like your described 3.6.12), but seems to be fixed since blender 4. I tested it with blender 4.0, 4.1, 4.2 and it works just fine. See the attached `.fbx` output files for blender 3.6 and 4.1. Also according to the [documentation](https://docs.blender.org/manual/en/4.1/addons/import_export/scene_fbx.html#fbx) shapekeys support is very limited in blenders importer/exporter...
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#105351
No description provided.