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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-02-15 19:57:44 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-02-15 19:57:51 +0300
commit4fd3f8db9d723305302600d0421505e2dc7bfb9e (patch)
treea152b330f3008fc0e04732f776a922400d85170b /source/blender/blenkernel/intern/particle_child.c
parentb879502da43c17df85597339f53b9308bfbf674e (diff)
Cleanup: Remove debug-only code
Diffstat (limited to 'source/blender/blenkernel/intern/particle_child.c')
-rw-r--r--source/blender/blenkernel/intern/particle_child.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/particle_child.c b/source/blender/blenkernel/intern/particle_child.c
index 48ecdb04348..fae304d6580 100644
--- a/source/blender/blenkernel/intern/particle_child.c
+++ b/source/blender/blenkernel/intern/particle_child.c
@@ -358,7 +358,6 @@ void psys_apply_child_modifiers(ParticleThreadContext *ctx, struct ListBase *mod
totkeys = ctx->segments + 1;
max_length = ptex->length;
- printf("%f\n", ptex->twist);
for (k = 0, key = keys; k < totkeys; k++, key++) {
ParticlePathIterator iter;
psys_path_iter_get(&iter, keys, totkeys, parent_keys, k);