Export to fbx with collection batch results in wrong frame rate #103425
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#103425
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 11
Graphics card: Intel UHD graphics 730 (i5-12400)
Blender Version
Broken:
3.4.1, 55485cb379f7, blender-v3.4-release
3.2.1, a2d59b2dac9e, master
Worked:
Short description of error
When I used export to fbx with Batch Mode set to Collection, frame rate will be set to 24fps.
Exact steps for others to reproduce the error
Open default blender scene
Set frame rate to 60
Export to fbx with Batch Mode set to Collection
Import back and frame rate is reset to 24
Added subscriber: @Bungle
It seems when using export with collection batch mode(including SCENE_COLLECTION and ACTIVE_SCENE_COLLECTION), addon creates a dummy scene during process but does not copy original scene data to dummy scene. FPS data is one of those.
For workaround you can go to scripts/addons/io_scene_fbx/export_fbx_bin.py and add a few lines:
In blender 3.4.1 release, that part is at line 3289.
This is a workaround for simple cases like mine, using many collections within a single scene.
If any other scene info like fps is missing, I guess you can do something similar to to copy the data.