Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blender 5.0 Compatibility Fix

This version fixes a critical issue in Blender 5.0 where the addon failed to enable with the error:

No module named 'bpy_types'

The issue was caused by API changes in Blender 5.0, where internal module access and addon execution flow were updated. The addon code has been modified to remove or replace deprecated bpy_types references, ensuring compatibility with Blender 5.0's new extension and addon system.

Tested and confirmed working in Blender 5.0.

About

Fixed and updated Better FBX Importer & Exporter for Blender 5.0. Resolves addon enable errors caused by removed bpy_types module and restores full compatibility with the new Blender extension system.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages