This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/generic
Campbell Barton 5cd837a562 * speedup for animating bones, in one scene with sintel and a dragon animated its over 4x faster.
* utility function BLI_findstring to avoid listbase lookup loops everywhere.
  eg: 
    ListBase *lb= objects= &CTX_data_main(C)->object;
    Object *ob= BLI_findstring(lb, name, offsetof(ID, name) + 2);

* made some more math functions use const's, (fix warnings I made in previous commits)
2009-12-29 15:40:26 +00:00
..
2009-08-15 16:36:25 +00:00
2009-08-14 17:16:16 +00:00
2009-11-10 20:43:45 +00:00
2009-08-10 00:07:34 +00:00
2009-08-10 00:07:34 +00:00
2009-11-19 17:04:28 +00:00
2009-11-16 22:21:39 +00:00
2009-08-10 15:39:11 +00:00
2009-11-10 20:43:45 +00:00
2009-08-10 00:07:34 +00:00
2009-06-30 00:42:17 +00:00
2009-11-10 20:43:45 +00:00
2009-08-10 00:07:34 +00:00
2009-11-30 22:32:04 +00:00
2009-08-10 00:07:34 +00:00