Only search projects.blender.org
Log In
New Account
Home
My Page
Projects
Blender 2.x BF release
Summary
Activity
Tracker
SCM
Files
Blender 2.6 Bug Tracker: Browse
[#26227] "Sequence must have 2 items total, not -2"
Date:
2011-02-26 02:09
Priority:
3
State:
Closed
Submitted by:
Tom Edwards (
artfunkel
)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Python
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
"Sequence must have 2 items total, not -2"
Detailed description
This code:
print( len(uvs[me_face.vertices[j]]) )
uv_face.uv[j] = uvs[ me_face.vertices[j] ]
Gives this result:
2
Traceback (most recent call last):
File "import", line 276, in <module>
ValueError: MeshTextureFace.uv, sequence must have 2 items total, not -2
Don't think this is an error on my part, somehow!
Followup
Message
Date
: 2011-02-26 13:26
Sender
:
Campbell Barton
fixed r35196.
Attached Files:
No Files Currently Attached
Changes:
Field
Old Value
Date
By
status_id
Open
2011-02-26 13:26
campbellbarton
close_date
None
2011-02-26 13:26
campbellbarton
assigned_to
none
2011-02-26 13:26
campbellbarton
Status
New
2011-02-26 13:26
campbellbarton