Fix function declaration of some modifiers

Those functions did not use evaluation context.

Also fixed lots of unused variables warnings caused by commented out code which
needs to be ported away from DerivedMesh and to evaluation context.
This commit is contained in:
2017-07-21 15:54:42 +02:00
parent cd301bf654
commit 5605c26fcd
7 changed files with 19 additions and 3 deletions

View File

@@ -1098,6 +1098,8 @@ static DerivedMesh *bvh_get_derived_mesh(
}
}
}
#else
UNUSED_VARS(funcname, scene, ob, use_deform, use_render, use_cage);
#endif
return NULL;