Blender Git Commit Log

Git Commits -> Revision 6a68494

Revision 6a68494 by Campbell Barton (master)
April 6, 2007, 10:08 (GMT)
All data in blender's libBlock linked lists are supposed to be sorted but in some cases wernt.

The problem was that new ID's that didnt have any naming collisions whould not run sort_alpha_id, which lead to most images not being sorted.

Simple fix is to make sort_alpha_id run on all new ID's. but we need to make sure all data is kept sorted. maybe a check when running in debug mode would help.

Commit Details:

Full Hash: 6a684948faa1287e0dac171f6efe1fbcd35763bf
SVN Revision: 10474
Parent Commit: 29c0708
Lines Changed: +17, -11

1 Modified Path:

/source/blender/blenkernel/intern/library.c (+17, -11) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021