Blender Git Commit Log
Git Commits -> Revision 8965a81
Revision 8965a81 by Bastien Montagne (master) August 22, 2019, 13:33 (GMT) |
Cleanup: Split some code out of rna_access.c That file was getting out of control, now comparison/override RNA code is in `rna_access_compare_override.c`. 1K lines of code for now, but that area is likely to grow more in the future... Note that we can probably split more out of `rna_access.c`, but for now that will do. |
Commit Details:
Full Hash: 8965a81271661d017c8dea93446c75677ba2f7eb
Parent Commit: 662d94e
Lines Changed: +1138, -1064
2 Added Paths:
/source/blender/makesrna/intern/rna_access_compare_override.c (+1099, -0) (View)
/source/blender/makesrna/intern/rna_access_internal.h (+34, -0) (View)
/source/blender/makesrna/intern/rna_access_internal.h (+34, -0) (View)