Blender Git Loki
Git Commits -> Revision 0e66576
Revision 0e66576 by Campbell Barton (master) October 19, 2011, 22:40 (GMT) |
replace RNA function string lookups with direct assignments, currently the lookup returns the same pointer every time. some of these functions - panel/operator poll for eg, are called many times per redraw so while not a bottleneck its unnecessary. |
Commit Details:
Full Hash: 0e66576f02afebdb4016249a9d7013ee5c1f0c36
SVN Revision: 41123
Parent Commit: 617d3cb
Lines Changed: +51, -17