Import .fbx bug #94605
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#94605
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
Graphics card: GTX 1060
Blender Version
3.0
Short description of error
When I import a .fbx file into the software, I get an error message and the .fbx does not import
00Z_002_Pants.emd.fbx
Added subscriber: @TheFlockers
Added subscriber: @lichtwerk
Changed status from 'Needs Triage' to: 'Needs User Info'
Which error message?
Might be the same as #93541 (Blender 3.0 cannot import FBX (containing more than 8 UV layers)).
Please also check if this is still an issue for you in a fresh 3.1 build from https://builder.blender.org/download/daily/
This error:
Could you share the .FBX?
Yes, it's this .fbx: 00Z_002_Pants.emd.fbx
Changed status from 'Needs User Info' to: 'Needs Triage'
Added subscriber: @PratikPB2123
I can confirm. @lichtwerk , are you able to reproduce?
File "C:\Users\Pratik\Desktop\BlenderOSP\build_windows_Lite_x64_vc16_Release\bin\Debug\3.1\scripts\addons\io_scene_fbx_init_.py", line 216, in execute
if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "C:\Users\Pratik\Desktop\BlenderOSP\build_windows_Lite_x64_vc16_Release\bin\Debug\3.1\scripts\addons\io_scene_fbx\import_fbx.py", line 2849, in load
_(); del _
File "C:\Users\Pratik\Desktop\BlenderOSP\build_windows_Lite_x64_vc16_Release\bin\Debug\3.1\scripts\addons\io_scene_fbx\import_fbx.py", line 2843, in _
root_helper.build_hierarchy(fbx_tmpl, settings, scene, view_layer)
File "C:\Users\Pratik\Desktop\BlenderOSP\build_windows_Lite_x64_vc16_Release\bin\Debug\3.1\scripts\addons\io_scene_fbx\import_fbx.py", line 2278, in build_hierarchy
child.build_hierarchy(fbx_tmpl, settings, scene, view_layer)
File "C:\Users\Pratik\Desktop\BlenderOSP\build_windows_Lite_x64_vc16_Release\bin\Debug\3.1\scripts\addons\io_scene_fbx\import_fbx.py", line 2244, in build_hierarchy
child.build_skeleton(self, Matrix(), force_connect_children=settings.force_connect_children)
File "C:\Users\Pratik\Desktop\BlenderOSP\build_windows_Lite_x64_vc16_Release\bin\Debug\3.1\scripts\addons\io_scene_fbx\import_fbx.py", line 2044, in build_skeleton
child_bone = child.build_skeleton(arm, bone_matrix, bone_size,
File "C:\Users\Pratik\Desktop\BlenderOSP\build_windows_Lite_x64_vc16_Release\bin\Debug\3.1\scripts\addons\io_scene_fbx\import_fbx.py", line 2044, in build_skeleton
child_bone = child.build_skeleton(arm, bone_matrix, bone_size,
File "C:\Users\Pratik\Desktop\BlenderOSP\build_windows_Lite_x64_vc16_Release\bin\Debug\3.1\scripts\addons\io_scene_fbx\import_fbx.py", line 2044, in build_skeleton
child_bone = child.build_skeleton(arm, bone_matrix, bone_size,
[Previous line repeated 1 more time]
File "C:\Users\Pratik\Desktop\BlenderOSP\build_windows_Lite_x64_vc16_Release\bin\Debug\3.1\scripts\addons\io_scene_fbx\import_fbx.py", line 2047, in build_skeleton
child_connect(bone, child_bone, None, connect_ctx)
File "C:\Users\Pratik\Desktop\BlenderOSP\build_windows_Lite_x64_vc16_Release\bin\Debug\3.1\scripts\addons\io_scene_fbx\import_fbx.py", line 1969, in child_connect
if similar_values_iter(par_bone.tail, child_head):
File "C:\Users\Pratik\Desktop\BlenderOSP\build_windows_Lite_x64_vc16_Release\bin\Debug\3.1\scripts\addons\io_scene_fbx\fbx_utils.py", line 268, in similar_values_iter
if (v1 != v2) and ((abs(v1 - v2) / max(abs(v1), abs(v2))) > e):
Changed status from 'Needs Triage' to: 'Confirmed'