FBX Export error if Lights are included #105485
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
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#105485
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: Linux amd64 - Debian 12
Graphics card: RTX 4060 Ti
Blender Version
Broken: 4.3.0
Worked: 4.2.3
Short description of error
Wont export FBX if it contains lights
Exact steps for others to reproduce the error
Create Empty Scene, Add Cube, Add Pointlight
File -> Export -> FBX
Save FBX
FBX will not get exportet if Object type Light is also selected
Python: Traceback (most recent call last): File "/opt/blender/4.3/scripts/addons_core/io_scene_fbx/export_fbx_bin.py", line 3519, in save_single fbx_objects_elements(root, scene_data) File "/opt/blender/4.3/scripts/addons_core/io_scene_fbx/export_fbx_bin.py", line 3301, in fbx_objects_elements fbx_data_light_elements(objects, lamp, scene_data) File "/opt/blender/4.3/scripts/addons_core/io_scene_fbx/export_fbx_bin.py", line 595, in fbx_data_light_elements shadow_color = lamp.shadow_color ^^^^^^^^^^^^^^^^^ AttributeError: 'PointLight' object has no attribute 'shadow_color'