Blender Git Commit Log

Git Commits -> Revision 2dfd53e

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)

2 Modified Paths:

/source/blender/blenkernel/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+31, -2212) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021