Skip to content

Bug: Crash When Loading Addon Preset Saved With No Export Format Preset After New Presets Were Added #202

@Weisl

Description

@Weisl

When an addon preset is created while no export format preset is assigned (value saved as None), and export format presets are later added to the addon, loading the original addon preset throws an error.

Root cause: The stored None value for the export format preset is no longer a valid choice in the updated enum, causing Blender to fail when trying to restore the property.

Fix: Added a fallback that safely handles a missing or invalid export format preset value when loading an addon preset.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions