Blender - Up/down arrow keys can move index out of actual range of template_list #32004

Closed
opened 2012-07-03 21:28:52 +02:00 by CodeManX · 3 comments
Member

%%%index is stored in an IntProperty, which has min=-1 and max=65535 (as found in trunk scripts)

cursor keys allow you to move in that range, although the list has way less entries

It should allow out of real range, if no entries = -1
otherwise min = 0, max = number of entries minus 1

Video:
http://youtu.be/l43ObOsrwiw%%%

%%%index is stored in an IntProperty, which has min=-1 and max=65535 (as found in trunk scripts) cursor keys allow you to move in that range, although the list has way less entries It should allow out of real range, if no entries = -1 otherwise min = 0, max = number of entries minus 1 Video: http://youtu.be/l43ObOsrwiw%%%
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'

%%%Fixed in svn rev49218, thanks for the report, closing.%%%

%%%Fixed in svn rev49218, thanks for the report, closing.%%%

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#32004
No description provided.