Python TraceBack problem FBX Export #104410
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#104410
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: RX 5500XT
Blender Version
Blender Version 2.93.114.0
Short description of error
When i try to export an Fbx (Any model that i have not just this one) i get an error saying:
Python: Traceback (most recent call last):
File "C:\Program Files\WindowsApps\BlenderFoundation.Blender2.93LTS_2.93.114.0_x64__ppwjx1n5r4v9t\Blender\2.93\scripts\addons\io_scene_fbx_init_.py", line 644, in execute
return export_fbx_bin.save(self, context, **keywords)
File "C:\Program Files\WindowsApps\BlenderFoundation.Blender2.93LTS_2.93.114.0_x64__ppwjx1n5r4v9t\Blender\2.93\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3205, in save
ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod)
File "C:\Program Files\WindowsApps\BlenderFoundation.Blender2.93LTS_2.93.114.0_x64__ppwjx1n5r4v9t\Blender\2.93\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3082, in save_single
print('\nFBX export starting... %r' % filepath)
OSError: [WinError 233] No hay ningún proceso en el otro extremo de la canalización
location: :-1
Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).
I just created an Object and another one then ctrl J to join them and the textures that are just colors, then export the FBX and when i click on export shows that error.
Hi, thanks for the report. This is same as blender/blender#99440, closing.