nutti / Magic-UV

Blender Add-on: Magic UV

Home Page:http://nutti.github.io/Magic-UV/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select Overlapped or Flipped results in TypeError: zip argument #1 must support iteration

Fak3 opened this issue · comments

System Information

  • OS: Linux
  • Blender version: 2.83
  • Add-on version: git master

Steps to reproduce:

result:

Traceback (most recent call last):
  File "/home/z/soft/blender-2.83.0-ec26260132b4-linux64/2.83/scripts/addons/magic_uv/op/select_uv.py", line 106, in execute
    uv_layer, 'FACE')
  File "/home/z/soft/blender-2.83.0-ec26260132b4-linux64/2.83/scripts/addons/magic_uv/common.py", line 1117, in get_overlapped_uv_info
    for bm, uv_layer, faces in zip(bm_list, uv_layer_list, faces_list):
TypeError: zip argument #1 must support iteration
commented

@Fak3

Oops. This issue comes from #115 .
I forgot fixing this feature.
Thanks. I fixed it and merged to master branch.