Failure to import this FBX (but Unity handles it well) #91062
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Asset System
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#91062
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: Linux + Windows (tested on both)
Blender Version
Broken: version 2.93 (both Windows and Linux are broken for this bug)
Short description of error
Blender fails to import this FBX, but Unity is able to do so.
Exact steps for others to reproduce the error
Just try to import this FBX here pixcap_task_work.rar
Added subscriber: @mrlooi
Added subscriber: @lichtwerk
This is an issue with the babylonjs exporter, see https://forum.babylonjs.com/t/transparency-mode-blender-import-issue/14968
It has also been reported before, see blender/blender-addons#81657 (FBX Import error (enum with -1 value -- e.g. as done by the babylonjs exporter from 3dsmax)), will merge these reports.
Since this has been on other exporters as well, see blender/blender-addons#90627 (Fbx import assertion error(unknown location -1)), will look into a quick patch though.
Closed as duplicate of blender/blender-addons#81657
?? How is it the babylonjs exporter? BJS doesn't have a FBX exporter. I exported this from 3DS Max.
Can we re-open it??
where are you getting babylonjs exporter from??
This FBX has a property called
babylonTransparencyMode
.Possible values are: ['Opaque', 'Cutoff', 'Blend']
Value is set to -1.
This is invalid usage, see the link I posted above.
Looks like the exporter is available here https://doc.babylonjs.com/extensions/Exporters/3DSMax
But I have a patch ready which will make this invalid FBX still import gracefully (will put the patch up in a bit):
This issue was referenced by blender/blender-addons@770d08b71f
This issue was referenced by blender/blender-addons@2fe7db7171
This issue was referenced by blender/blender-addons@4e30cfd306
Ok thanks! Lookin forward to it : )
If you need it now, you can try D12354
Those asserts can be sneaky
Cheerzz
Changed status from 'Duplicate' to: 'Resolved'