atticus-lv / super_io

blender addon for copy paste import / export
GNU General Public License v3.0
336 stars 24 forks source link

4.1版本很多功能不能正确使用,可以更新到支持4.X版本吗 #49

Closed TIRASING closed 4 months ago

TIRASING commented 5 months ago

Python: Traceback (most recent call last): File "C:\Users\TR\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\super_io\addon\asset_helper\ops_set_preview.py", line 63, in execute current_library_name = context.area.spaces.active.params.asset_library_ref ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'FileAssetSelectParams' object has no attribute 'asset_library_ref'. Did you mean: 'asset_library_reference'?

LiJT commented 4 months ago

这个插件仿佛已经被荒废了

atticus-lv commented 4 months ago

抱歉,修复的版本一直放在了fix-4.0的分支。那个可以正常使用。现在已经合并了 @LiJT @TIRASING