Closed blastframe closed 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
asset_library_ref
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
Thanks for the report, fixed in 0ae76e55 !
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 nowasset_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