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:
authorStefan Werner <stefan.werner@tangent-animation.com>2021-08-02 10:28:54 +0300
committerStefan Werner <stefan.werner@tangent-animation.com>2021-08-02 10:28:54 +0300
commit34e8d79c3edbc58fd242cec0c1f2bed4e43855af (patch)
tree36c70e63515af2bd8ea840102493028faec37971 /source/blender/freestyle/intern/view_map/Silhouette.h
parent465fb31ed275618ec71e4925ab94bd4a9b077a12 (diff)
parent48722e8971133dbe14ecc6825a2451637df77eab (diff)
Merge branch 'master' into cycles_texture_cache
Diffstat (limited to 'source/blender/freestyle/intern/view_map/Silhouette.h')
-rw-r--r--source/blender/freestyle/intern/view_map/Silhouette.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/view_map/Silhouette.h b/source/blender/freestyle/intern/view_map/Silhouette.h
index 3709b0ae11a..479dbaeedc1 100644
--- a/source/blender/freestyle/intern/view_map/Silhouette.h
+++ b/source/blender/freestyle/intern/view_map/Silhouette.h
@@ -745,7 +745,7 @@ class FEdge : public Interface1D {
_VertexB = vB;
}
- /** Sets the FEdge Id . */
+ /** Sets the FEdge Id. */
inline void setId(const Id &id)
{
_Id = id;
@@ -1153,7 +1153,7 @@ class FEdgeSharp : public FEdge {
bool _bFaceMark;
public:
- /** Returns the string "FEdgeSharp" . */
+ /** Returns the string "FEdgeSharp". */
virtual string getExactTypeName() const
{
return "FEdgeSharp";
@@ -1305,7 +1305,7 @@ class FEdgeSmooth : public FEdge {
bool _FaceMark;
public:
- /** Returns the string "FEdgeSmooth" . */
+ /** Returns the string "FEdgeSmooth". */
virtual string getExactTypeName() const
{
return "FEdgeSmooth";