From 145944d66f8364c82bdc83dcd57774284b775add Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 19 Jun 2011 06:57:56 +0000 Subject: cmake: new macro file_list_suffix() for adding a suffix to every file in a path before the file extension. useful to create names for debug libs on windows. --- source/blender/modifiers/intern/MOD_explode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_explode.c b/source/blender/modifiers/intern/MOD_explode.c index 10bcbee6661..5da2464ef89 100644 --- a/source/blender/modifiers/intern/MOD_explode.c +++ b/source/blender/modifiers/intern/MOD_explode.c @@ -776,7 +776,7 @@ static DerivedMesh * explodeMesh(ExplodeModifierData *emd, { DerivedMesh *explode, *dm=to_explode; MFace *mf= NULL, *mface; - ParticleSettings *part=psmd->psys->part; + /* ParticleSettings *part=psmd->psys->part; */ /* UNUSED */ ParticleSimulationData sim= {NULL}; ParticleData *pa=NULL, *pars=psmd->psys->particles; ParticleKey state, birth; -- cgit v1.2.3