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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-12-11 01:06:27 +0300
committerMaxime Curioni <maxime.curioni@gmail.com>2008-12-11 01:06:27 +0300
commit2f460b448b29f17e9c1f6aca15eaf1387a3bfd67 (patch)
treec5103eb2e0f911b636c9583b43effca2bb2df8d7 /source/blender/freestyle/intern/app_blender/Controller.cpp
parentd15321082e12385161afe8c7f364ec535dd5ce95 (diff)
improved Freestyle IO formatting
Diffstat (limited to 'source/blender/freestyle/intern/app_blender/Controller.cpp')
-rwxr-xr-xsource/blender/freestyle/intern/app_blender/Controller.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/app_blender/Controller.cpp b/source/blender/freestyle/intern/app_blender/Controller.cpp
index 9595f1c51de..8cdb13d131d 100755
--- a/source/blender/freestyle/intern/app_blender/Controller.cpp
+++ b/source/blender/freestyle/intern/app_blender/Controller.cpp
@@ -636,6 +636,7 @@ void Controller::DrawStrokes()
_Canvas->Draw();
real d = _Chrono.stop();
cout << "Strokes generation : " << d << endl;
+ cout << "Stroke count : " << _Canvas->stroke_count << endl;
resetModified();
}