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

polyhaven clashing with Pidgeon Tool bag #94

Closed KelvinLaw-jpg closed 11 months ago

KelvinLaw-jpg commented 11 months ago

Describe the bug I was trying to install the pidgeon tool bag and it has the add on is not installing due to a bag in polyhaven add on.

Console log Start blender from a command prompt/terminal (https://docs.blender.org/manual/en/latest/advanced/command_line/launch/index.html), reproduce the issue and paste the entire console output here:

AttributeError: 'FileAssetSelectParams' object has no attribute 'asset_library_ref'. Did you mean: 'asset_library_reference'?
Traceback (most recent call last):
  File "C:\Users\Utimate_RGB_Gamer\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\Kitbash3D_Cargo\cargo.py", line 610, in modal
    def modal(self, context, event):

To Reproduce Steps to reproduce the behavior, starting from an empty scene in Blender:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior Add on should nicely install

Screenshots Capture Capture

Additional context Add any other context about the problem here.

gregzaal commented 11 months ago

Hi there,

This bug was fixed in version 1.1.6. asset_library_ref was available in Blender 3.6 and renamed to asset_library_reference in Blender 4.0. The add-on (if it's version 1.1.6 or later) will support both.

Please check for updates in your user preferences :)