poly-hammer / BlenderTools

Blender addons that improve the game development workflow between Blender and Unreal.
https://poly-hammer.github.io/BlenderTools/
MIT License
234 stars 15 forks source link

Fixed Blender 4.2 extension loading bug #67

Closed jack-yao91 closed 3 months ago

jack-yao91 commented 3 months ago

Looks like there has been some changes to how blender registers addons in 4.2. Fixed the extension loading issue by removing the logic that was adding each extension to sys.path.

Here is the pre-release .zip of the addon. I tested manually several different ways, but would like for others to give it a try as well, thanks. send2ue_2.4.9.zip

image

namrog84 commented 3 months ago

I made the changes in this PR locally and was able to verify that this fixed the issue for me in Blender 4.2. :shipit: