Bug 2452307

Summary: Blender package fbx exporter broken.
Product: [Fedora] Fedora Reporter: Trayson Cazier <marshmallowboy719>
Component: blenderAssignee: Luya Tshimbalanga <luya_tfz>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 43CC: code, design-devel, epel-packagers-sig, gang65, luya_tfz, negativo17
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-03-27 22:49:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Trayson Cazier 2026-03-27 16:01:01 UTC
Upon downloading the package and attempting an export for the file type .fbx I receieve an error in blender:
Python: Traceback (most recent call last): File "/usr/share/blender/5.0/scripts/addons_core/io_scene_fbx/__init__.py", line 606, in execute if self.use_space_transform else Matrix()) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/blender/5.0/scripts/modules/_bpy_types.py", line 1024, in __getattribute__ return super().__getattribute__(attr) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ AttributeError: 'ExportFBX' object has no attribute 'use_space_transform'

And I am unable to export an fbx file.

Reproducible: Always

Steps to Reproduce:
1. sudo dnf install blender
2. blender (open blender)
3. export fbx in blender
Actual Results:
I received the error.

Expected Results:
Exported an FBX to my home folder.

Comment 1 Luya Tshimbalanga 2026-03-27 22:49:02 UTC

*** This bug has been marked as a duplicate of bug 2420140 ***