Comment out all derived mesh evaluation

Seems all the usecases of derived mesh are if-defed already,
so no need to have API for it in place, and definitely no
need to waste CPU ticks on converting evaluated mesh to
derived mesh.
This commit is contained in:
Sergey Sharybin 2018-11-20 12:25:16 +01:00
parent e81aca85cb
commit 98bcd52ef2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ struct Object;
struct Scene;
/* Undefine to hide DerivedMesh-based function declarations */
#define USE_DERIVEDMESH
#undef USE_DERIVEDMESH
#ifdef USE_DERIVEDMESH
struct DerivedMesh;