Blender Git Loki
Git Commits -> Revision 44bb40b
Revision 44bb40b by Campbell Barton (temp-python-bgl) July 23, 2015, 22:49 (GMT) |
No need to use allocated array for method declarations Just use static vars, also move assignment into a static function, resolves leak from not freeing the dynamic array and gives ~20% reduction in generated code size. |
Commit Details:
Full Hash: 44bb40b47c341a66e803622483993984328cac85
Parent Commit: b5bd0f5
Lines Changed: +21, -30