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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-04-02 20:22:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-04-02 20:22:43 +0400
commitbab535ce1add9e8984b777480e7793958fd0794b (patch)
tree6ad4d3aa14490e33c0490ba32365b3852e394eba /source
parent8a6f9f2a88d9719c41858455f69db8a2d82b0125 (diff)
removed printf
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/sculptmode.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/src/sculptmode.c b/source/blender/src/sculptmode.c
index 273c9e910bb..0bcf66a926f 100644
--- a/source/blender/src/sculptmode.c
+++ b/source/blender/src/sculptmode.c
@@ -700,9 +700,7 @@ void do_flatten_brush(const BrushAction *a, const ListBase *active_verts)
VecAddf(val, val, co);
sculpt_clip(a, co, val);
- if (isnan(co[0]) || isnan(co[1]) || isnan(co[2])) {
- printf("NAN\n");
- }
+
node= node->next;
}
}