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/scene_graph/DrawingStyle.h')
-rwxr-xr-xsource/blender/freestyle/intern/scene_graph/DrawingStyle.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/freestyle/intern/scene_graph/DrawingStyle.h b/source/blender/freestyle/intern/scene_graph/DrawingStyle.h
index e2be6fa8264..58dcf4fede9 100755
--- a/source/blender/freestyle/intern/scene_graph/DrawingStyle.h
+++ b/source/blender/freestyle/intern/scene_graph/DrawingStyle.h
@@ -44,10 +44,10 @@ public:
/*! operators */
inline DrawingStyle& operator=(const DrawingStyle& ds);
- inline void SetStyle(const STYLE iStyle) {Style = iStyle;}
- inline void SetLineWidth(const float iLineWidth) {LineWidth = iLineWidth;}
- inline void SetPointSize(const float iPointSize) {PointSize = iPointSize;}
- inline void SetLightingEnabled(const bool on) {LightingEnabled = on;}
+ inline void setStyle(const STYLE iStyle) {Style = iStyle;}
+ inline void setLineWidth(const float iLineWidth) {LineWidth = iLineWidth;}
+ inline void setPointSize(const float iPointSize) {PointSize = iPointSize;}
+ inline void setLightingEnabled(const bool on) {LightingEnabled = on;}
inline STYLE style() const {return Style;}
inline float lineWidth() const {return LineWidth;}