Issue with importing FBX files in Blender 4.1.1 #105385

Open
opened 2024-07-03 21:02:15 +02:00 by Vizion-Fox · 1 comment

System Information
Operating system: Windows-10-10.0.22631-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 556.12

Blender Version
Broken: version: 4.1.1, branch: blender-v4.1-release, commit date: 2024-04-15 15:11, hash: e1743a0317bc
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: FBX format (5, 11, 7)
Author: Campbell Barton, Bastien Montagne, Jens Restemeier, @Mysteryem

Short description of error
When importing any FBX file, I get the following error:

Python: Traceback (most recent call last):
File "", line 1232, in _handle_fromlist
File "", line 241, in call_with_frames_removed
File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\addons\io_scene_fbx\import_fbx.py", line 18, in
from bpy.app.translations import pgettext_tip as tip

File "shibokensupport/signature/loader.py", line 61, in feature_imported
File "shibokensupport/feature.py", line 135, in feature_imported
AttributeError: 'bpy.app._translations_type' object has no attribute 'name'. Did you mean: 'ne'?

Exact steps for others to reproduce the error
Start blender
Select Import FBX
Select FBX
Console throws error.

**System Information** Operating system: Windows-10-10.0.22631-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 556.12 **Blender Version** Broken: version: 4.1.1, branch: blender-v4.1-release, commit date: 2024-04-15 15:11, hash: `e1743a0317bc` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: FBX format (5, 11, 7) Author: Campbell Barton, Bastien Montagne, Jens Restemeier, @Mysteryem **Short description of error** When importing any FBX file, I get the following error: Python: Traceback (most recent call last): File "<frozen importlib._bootstrap>", line 1232, in _handle_fromlist File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\addons\io_scene_fbx\import_fbx.py", line 18, in <module> from bpy.app.translations import pgettext_tip as tip_ File "shibokensupport/signature/loader.py", line 61, in feature_imported File "shibokensupport/feature.py", line 135, in feature_imported AttributeError: 'bpy.app._translations_type' object has no attribute '__name__'. Did you mean: '__ne__'? **Exact steps for others to reproduce the error** Start blender Select Import FBX Select FBX Console throws error.
Vizion-Fox added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2024-07-03 21:02:15 +02:00

Hi, it's similar to #105049.

Usually this is caused due to a interefering/incompatible 3rd party addon which uses PySide. So try running blender_factory_startup.cmd from the install directory and see if it solves the issue. From there you can narrow it down which of your addons ist most likely at fault here. If you find it out, contact the addon authors and let them know.

Hi, it's similar to https://projects.blender.org/blender/blender-addons/issues/105049. Usually this is caused due to a interefering/incompatible 3rd party addon which uses PySide. So try running `blender_factory_startup.cmd` from the install directory and see if it solves the issue. From there you can narrow it down which of your addons ist most likely at fault here. If you find it out, contact the addon authors and let them know.
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#105385
No description provided.