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:
Diffstat (limited to 'source/blender/freestyle/intern/application/Controller.h')
-rw-r--r--source/blender/freestyle/intern/application/Controller.h22
1 files changed, 17 insertions, 5 deletions
diff --git a/source/blender/freestyle/intern/application/Controller.h b/source/blender/freestyle/intern/application/Controller.h
index be8553c73e1..b287a515ba1 100644
--- a/source/blender/freestyle/intern/application/Controller.h
+++ b/source/blender/freestyle/intern/application/Controller.h
@@ -94,10 +94,22 @@ class Controller {
vector<ViewEdge *>::iterator vedges_end);
#if 0
- NodeGroup *debugNode() {return _DebugNode;}
- AppView *view() {return _pView;}
- NodeGroup *debugScene() {return _DebugNode;}
- Grid& grid() {return _Grid;}
+ NodeGroup *debugNode()
+ {
+ return _DebugNode;
+ }
+ AppView *view()
+ {
+ return _pView;
+ }
+ NodeGroup *debugScene()
+ {
+ return _DebugNode;
+ }
+ Grid &grid()
+ {
+ return _Grid;
+ }
#endif
void toggleVisibilityAlgo();
@@ -192,7 +204,7 @@ class Controller {
#if 0
// Silhouette structure:
- std::vector<SShape*> _SShapes;
+ std::vector<SShape *> _SShapes;
NodeGroup *_SRoot;
// Silhouette