This is the first error I've seen, why did it occur? #103583
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#103583
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:window10
Graphics card:?notebook model:NT750XDA-XC59S
Blender Version
3.4.1
Short description of error
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_scene_fbx_init_.py", line 655, in execute
return export_fbx_bin.save(self, context, **keywords)
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3240, in save
ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod)
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3131, in save_single
fbx_objects_elements(root, scene_data)
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 2929, in fbx_objects_elements
fbx_data_mesh_elements(objects, me_obj, scene_data, done_meshes)
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 1176, 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.4\3.4\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.4\3.4\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.4\3.4\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.4\3.4\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 1176, in
elem_data_single_int32_array(lay_uv, b"UVIndex", (uv2idx[uv_id] for uv_id in _uvtuples_gen(t_luv, t_lvidx)))
Exact steps for others to reproduce the error
There was an error when trying to export to an FBX file after making a 3D item.
Added subscriber: @JJC
Added subscriber: @mod_moder
Changed status from 'Needs Triage' to: 'Needs User Info'
Please use this for provide full system info and blender version:
Closed as duplicate of blender/blender#102783