code cleanup

This commit is contained in:
2013-03-18 18:25:05 +00:00
parent 57f69f2f18
commit 01e9dae3dc
202 changed files with 720 additions and 718 deletions

View File

@@ -143,7 +143,7 @@ Mesh *bc_get_mesh_copy(Scene *scene, Object *ob, BC_export_mesh_type export_mesh
Mesh *tmpmesh;
CustomDataMask mask = CD_MASK_MESH;
DerivedMesh *dm = NULL;
if(apply_modifiers) {
if (apply_modifiers) {
switch (export_mesh_type) {
case BC_MESH_TYPE_VIEW: {
dm = mesh_create_derived_view(scene, ob, mask);