Blender Git Commit Log
Git Commits -> Revision 15dd289
Revision 15dd289 by Brecht Van Lommel (master) June 13, 2019, 18:03 (GMT) |
Mesh: don't compute CD_ORCO layer when there are no deforming modifiers This saves memory and evaluation time for simple static meshes with e.g. a subdivision surface modifier. If no CD_ORCO layer exists then we assume the actual vertex coordinates are equal to the original undeformed coordinates. |
Commit Details:
Full Hash: 15dd2899923093db6c070b4520e0678affe49d09
Parent Commit: 09cc318
Lines Changed: +55, -37