Blender Git Commit Log
Git Commits -> Revision dcf5c52
Revision dcf5c52 by Antonis Ryakiotakis (pie-menus) July 30, 2014, 15:20 (GMT) |
Change the enum fetching code to be order independent. This is done by checking each item in a dynamic enum for existence. This can result in n^2 cost in worst case (for 8 items about 64 steps) but since this is done once on initialization and makes the system more robust, better prefer it. |
Commit Details:
Full Hash: dcf5c52e440405d54889a3c4f8c4f94e3b6d0748
Parent Commit: b844da7
Lines Changed: +11, -13
1 Modified Path:
/source/blender/makesrna/intern/rna_access.c (+11, -13) (Diff)