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:
authorDalai Felinto <dfelinto@gmail.com>2012-08-23 21:37:04 +0400
committerDalai Felinto <dfelinto@gmail.com>2012-08-23 21:37:04 +0400
commitdfbc793d885ae603089e5764cdd25fb2c983a03b (patch)
tree3be8831b04f3042e5f843e4c4bd3d79ed00d42be /source/blender/blenlib/BLI_rect.h
parentf6a6fa419ea667b05180b2608db3edc15f171dd0 (diff)
bugfix for [32368] Added controllers don't count over 10
Blender original code (NaN likely) was relying on strcmp to sort the list of controllers. As it happens, in strcmp 10 < 2, thus the list was never in the right order. The curious thing is that in 2.49 it worked, but I think it did because the make_unique_prop_names function was called twice. Strange ;) The solution is to use blender BLI_natstrcmp to do natural sorting
Diffstat (limited to 'source/blender/blenlib/BLI_rect.h')
0 files changed, 0 insertions, 0 deletions