Blender Git Commit Log
Git Commits -> Revision 2dfd53e
Revision 2dfd53e by Lukas Toenne (temp_depsgraph_split_ubereval) April 21, 2016, 07:46 (GMT) |
Moved code for modifier evaluation out of DerivedMesh.c. These files contained a confusing mix of DM code (for manipulating DMs and various utility functions relating to these types), and the code for evaluating object modifier stacks. These are two very distinct areas and putting them in a single huge file doesn't promote code clarity at all. This commit only moves code, but does not alter any of it. This is important for log continuity, so history of specific functions can be clearly traced back! |
Commit Details:
Full Hash: 2dfd53e8e94b79ac7ba3ca45b5eae605bb361813
Parent Commit: aae0598
Lines Changed: +2249, -2212
1 Added Path:
/source/blender/blenkernel/intern/modifier_calc.c (+2217, -0) (View)