cant export my fbx file #104629
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104629
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?
cant export my fbx file
Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\io_scene_fbx_init_.py", line 636, in execute
return export_fbx_bin.save(self, context, **keywords)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3223, in save
ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3115, in save_single
fbx_objects_elements(root, scene_data)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 2914, in fbx_objects_elements
fbx_data_mesh_elements(objects, me_obj, scene_data, done_meshes)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 1162, in fbx_data_mesh_elements
elem_data_single_int32_array(lay_uv, b"UVIndex", (uv2idx[uv_id] for uv_id in _uvtuples_gen(t_luv, t_lvidx)))
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\io_scene_fbx\fbx_utils.py", line 494, in elem_data_single_int32_array
return _elem_data_single(elem, name, value, "add_int32_array")
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\io_scene_fbx\fbx_utils.py", line 441, in _elem_data_single
getattr(sub_elem, func_name)(value)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\io_scene_fbx\encode_bin.py", line 143, in add_int32_array
data = array.array(data_types.ARRAY_INT32, data)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 1162, in
elem_data_single_int32_array(lay_uv, b"UVIndex", (uv2idx[uv_id] for uv_id in _uvtuples_gen(t_luv, t_lvidx)))
KeyError: ((nan, 1.0), 84749)
Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\io_scene_fbx\__init__.py", line 636, in execute return export_fbx_bin.save(self, context, **keywords) File "C:\Program Files\Blendeto cant export my fbx fileHi, thanks for the report. From traceback this looks similar to blender/blender#102783
Very likely the mesh is corrupted, run Mesh.validate see if that fixes the problem.
how to run mesh.validate