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/stroke/Canvas.h
parentd15321082e12385161afe8c7f364ec535dd5ce95 (diff)
improved Freestyle IO formatting
Diffstat (limited to 'source/blender/freestyle/intern/stroke/Canvas.h')
-rwxr-xr-xsource/blender/freestyle/intern/stroke/Canvas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/Canvas.h b/source/blender/freestyle/intern/stroke/Canvas.h
index 4dd13950daf..b61e70099a8 100755
--- a/source/blender/freestyle/intern/stroke/Canvas.h
+++ b/source/blender/freestyle/intern/stroke/Canvas.h
@@ -175,6 +175,7 @@ public:
inline const StrokeRenderer * renderer() const {return _Renderer;}
inline StyleModule* getCurrentStyleModule() { return _current_sm; }
virtual bool getRecordFlag() const {return false;}
+ int stroke_count;
/*! modifiers */
inline void setSelectedFEdge(FEdge *iFEdge) {_SelectedFEdge = iFEdge;}