Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-03-10 01:45:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-10 01:45:34 +0300
commit1110c80696ab98f7522b36ce797aa409ccc312a3 (patch)
tree2001d51e9f46aa7a15e4acbeb7d87ad75d743d6c /source/blender/blenkernel/intern/particle_system.c
parentca63b151318d5798bc49a93f5b52de294e8476e5 (diff)
add option requested [#25598] projection surface snap issue
for retopo workflow you don't wan't to project the mesh onto its self, added option not to.
Diffstat (limited to 'source/blender/blenkernel/intern/particle_system.c')
-rw-r--r--source/blender/blenkernel/intern/particle_system.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/particle_system.c b/source/blender/blenkernel/intern/particle_system.c
index 15c6b30d4e5..81d97d4f8c5 100644
--- a/source/blender/blenkernel/intern/particle_system.c
+++ b/source/blender/blenkernel/intern/particle_system.c
@@ -1025,7 +1025,6 @@ static int distribute_threads_init_data(ParticleThread *threads, Scene *scene, D
ParticleData *pa=0, *tpars= 0;
ParticleSettings *part;
ParticleSeam *seams= 0;
- ChildParticle *cpa=0;
KDTree *tree=0;
DerivedMesh *dm= NULL;
float *jit= NULL;