Animations with a single frame are not exported into FBX. #103762
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#103762
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows 10 Pro 10.0.19045 Build 19045
Graphics card: NVIDIA GeForce RTX 3090
Blender Version
Broken: 3.4.1, downloaded from official website.
Worked: Never. I've been using Blender since 2.9.
Short description of error
I am not able to export an .fbx file which includes actions with a single frame of keys. Shapekey clips are not exported at all. Only multi frame animations are exported.
Export settings under 'Bake Animation': 'Key All Bones' off; 'NLA Strips' on; 'All Actions' on; 'Force Start/End Keying': off; 'Sampling Rate': 1; 'Simplify': 1;
I can set 'Force Start/End Keying' to on. That generates a key for every bone and shapekey, copies the currently active shapekey clip into every animation and duplicates the frame. This leads to an tedious cleanup effort in the gameengine. Setting 'Simplify' to 0 leads to the same result.
I am importing the .fbx file into Unity (2019.4). I'm very sure that my import settings there are correct. The .fbx filesize differs accordingly. (6MB vs 39MB for a model with ~40000 tris and about 200 shapekeys)
This behaviour existed ever since i started using Blender in version (i think) 2.9.
Exporting to GLTF this works as expected, as long as Animation -> 'Always Sample Animations' is set to off. Skapekey clips are still not exported tho.
Exact steps for others to reproduce the error
Blender file must contain actions which have keys only on one frame.
Export .fbx. Settings under 'Bake Animation': 'Key All Bones' off; 'NLA Strips' on; 'All Actions' on; 'Force Start/End Keying': off; 'Sampling Rate': 1; 'Simplify': 1;
Import in Unity or any other gameengine:
Added subscriber: @emperorofmars