Blender Git Commit Log
Git Commits -> Revision 2c11826
Revision 2c11826 by Campbell Barton (master) August 19, 2011, 10:38 (GMT) |
minor speedup to python/rna api keyword argument lookups. - dont use hash lookups in this case because converting the string to unicode and doing a hash lookup is slower then looping over the keys and comparing (which avoids creating and throwning away a unicode string). |
Commit Details:
Full Hash: 2c1182664cb65e760742ed43fa840cd241d74b4a
SVN Revision: 39549
Parent Commit: 561b49e
Lines Changed: +25, -0
1 Modified Path:
/source/blender/python/intern/bpy_rna.c (+25, -0) (Diff)