Can't export in .fbx or with any format. #101119

Closed
opened 2022-09-16 12:57:36 +02:00 by Maddy Moon · 2 comments

System Information
Operating system: Windows 11
Graphics card: Intel(R) HD Graphics

Blender Version
Broken: All Versions

Whenever I want to export my mesh into a .fbx, it gives me an error, I also can't export it with all of the other formats.

Exact steps for others to reproduce the error
Export any project in .fbx

Python: Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\__init__.py", line 644, in execute
  return export_fbx_bin.save(self, context, **keywords)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3213, in save
  ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3090, in save_single
  print('\nFBX export starting... %r' % filepath)

OSError: [WinError 233] There is no process at the other end of the channel

location: :-1

**System Information** Operating system: Windows 11 Graphics card: Intel(R) HD Graphics **Blender Version** Broken: All Versions Whenever I want to export my mesh into a .fbx, it gives me an error, I also can't export it with all of the other formats. **Exact steps for others to reproduce the error** Export any project in .fbx Python: Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\__init__.py", line 644, in execute return export_fbx_bin.save(self, context, **keywords) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3213, in save ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod) File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3090, in save_single print('\nFBX export starting... %r' % filepath) ``` OSError: [WinError 233] There is no process at the other end of the channel location: <unknown location>:-1
Author

Added subscriber: @ChrissyWinton

Added subscriber: @ChrissyWinton
Member

Closed as duplicate of blender/blender#99440

Closed as duplicate of blender/blender#99440
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#101119
No description provided.