Blender Git Commit Log
Git Commits -> Revision 3694a7b
September 11, 2015, 08:26 (GMT) |
Fix for registering RNA classes with registered parent functions. The recursive registration for functions uses a simple int array for flagging found functions. This is shared with the parent, so any child functions will overwrite parent function flags for the same index (this is not overloading). The patch now requires using a larger array that can accomodate all registerable functions from parents and children. It puts flags for parents first, then children. |
Commit Details:
Full Hash: 3694a7bdfc65f37a7c8b998f7de5396be83dff21
Parent Commit: d868990
Lines Changed: +8, -7
1 Modified Path:
/source/blender/python/intern/bpy_rna.c (+8, -7) (Diff)