Poly-Haven / polyhavenassets

A Blender add-on to integrate our assets natively in the asset browser
GNU General Public License v3.0
312 stars 21 forks source link

context.space_data.params.asset_library_ref now context.space_data.params.asset_library_reference #89

Closed blastframe closed 1 year ago

blastframe commented 1 year ago

Thank you for your wonderful Poly-Haven Assets add-on! It is currently throwing errors in Blender 4.0 Beta because of a change to the Python API. asset_library_ref is now asset_library_reference

https://projects.blender.org/blender/blender/commit/974d70918b582cff41b12b29105a0f85786b27fe

Your add-on uses asset_library_ref in asset_lib_support.py, asset_lib_titlebar.py, and PT_sidebar.py

gregzaal commented 1 year ago

Thanks for the report, fixed in 0ae76e55 !