Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-05-10 18:52:23 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-05-10 18:52:23 +0400
commit65ed588c8b68b4bbea0e48a0222f5e8844774bd9 (patch)
tree7f57fe941e77981bc6fbedf8837a742764b83db1 /intern/cycles
parent384adf39b9b75f08aee1a399ff81e5671b06794c (diff)
Fix #35270: files with numbers higher than 2147483648 or with different numbers
of leading zeros but otherwise the same would show in random order in the file browser. Selecting an item would change the order of all the items. Problem was that it was comparing by parsing the number into an int, which has only limited precision and does not care about the number of leading zeros. Now do the comparison directly on the string.
Diffstat (limited to 'intern/cycles')
0 files changed, 0 insertions, 0 deletions