Extra-Image-List icon indicating copy to clipboard operation
Extra-Image-List copied to clipboard

[BUG] Error during 2.91.0 Load

Open ItsNatoriousB opened this issue 3 years ago • 4 comments

OS: OS X - OS: [e.g. OSX, Windows, Linux]

ADDON: 0.2.3 - Version: [e.g.: Release date or Version]

Describe the bug Error is thrown when running Blender from command line.

Warning: 'extra_image_list.image_list' doesn't contain 'UL' with prefix & suffix Warning: class QMM_Preferences contains a property which should be an annotation!

To Reproduce Steps to reproduce the behavior:

  1. Start Blender from terminal
  2. Error shows after Blender has loaded.

Screenshots If applicable, add screenshots to help explain your problem.

ItsNatoriousB avatar Oct 07 '20 18:10 ItsNatoriousB

Hi @ItsNatoriousB , sorry to get back out you so late. At the moment im without a proper working laptop to check the errors. Im hoping to get a laptop really soon so i can update my Blender and do some work on this addon again.

Concerning that error. I did see that in my last working Blender version 2.80, 2,81,283 locally as well. Its just warning and the addon should still work.

Could you confirm you do see it in the texture panel or image editor panel?

schroef avatar Nov 25 '20 22:11 schroef

Hi!

i have this error:

Traceback (most recent call last): File "C:\3D Program\Blender\2.91.0\2.91\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) ModuleNotFoundError: No module named 'Extra-Image-List_v0'

image

zelfor avatar Jan 22 '21 06:01 zelfor

Hello , I have the exact same error message :

Hi!

i have this error:

Traceback (most recent call last): File "C:\3D Program\Blender\2.91.0\2.91\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) ModuleNotFoundError: No module named 'Extra-Image-List_v0'

image

ClementeAlDente avatar Feb 24 '21 12:02 ClementeAlDente

@ClementeAlDente @zelfor

Hi guys, this errors is due to me giving the folder inside the zip a version number. You can fix this error by renaming the folder to `Extra-Image-List' this will make it run properly.

Renamed folder looks like this rename-folder-extraimagelist

That warning about UL doesnt influence the addon. I will update in a later version. Im thinking of perhaps making the list/icon view also possible in the compositor, but i think i would need to make a custom node for that.

schroef avatar Feb 28 '21 23:02 schroef