Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Blender 2.6 Bug Tracker: Browse

[#26503] Copy Mirrored UV coords exception

Date:
2011-03-14 22:35
Priority:
3
State:
Closed
Submitted by:
Nabil Stendardo (nabilstendardo)
Assigned to:
Campbell Barton (campbellbarton)
Category:
None
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
 
Summary:
Copy Mirrored UV coords exception
Detailed description
Under Python 3.2 the function "copy mirrored UV coords" in the UV editor raises the following exception (probably due to Python 3.2).

Traceback (most recent call last):
File "/usr/local/share/blender/2.56/scripts/op/mesh.py", line 133, in execute
verts.sort()
AttributeError: 'tuple' object has no attribute 'sort'

Blender version: r35544 Linux x86_64
3D card: Nvidia Geforce GTX 470

This would seem like an easy bug to fix.

Followup

Message
  • Date: 2011-03-15 00:53
  • Sender: Campbell Barton
  • fixed r35549.
    this was caused by changing the return type of a slice in our api a while back.
 

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
status_idOpen2011-03-15 00:53campbellbarton
close_dateNone2011-03-15 00:53campbellbarton
assigned_tonone2011-03-15 00:53campbellbarton
StatusNew2011-03-15 00:53campbellbarton