Oxicid / UniV

Blender add-on for UV Mapping
GNU General Public License v3.0
66 stars 2 forks source link

Straight Tool Not Working Blender 4.2.1 LTS #2

Closed WilliamDusk-Art closed 1 month ago

WilliamDusk-Art commented 1 month ago

I am getting an error when trying to use the straight tool, it soo useful but lately it stopped working for me and just throws an error. It happens with any mesh as far as I've seen

Python: Traceback (most recent call last): File "...\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\univ\operators\straight.py", line 35, in execute for umesh in umeshes.loop(): File "...AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\univ\utils__init__.py", line 443, in loop area = [a for a in bpy.context.screen.areas if a.type == 'VIEW_3D'][0]


IndexError: list index out of range
Oxicid commented 1 month ago

That bug was fixed