summaryrefslogtreecommitdiff
path: root/modules/csg/doc_classes/CSGCombiner.xml
diff options
context:
space:
mode:
authorcorrigentia <20541985+corrigentia@users.noreply.github.com>2018-12-14 12:48:17 +0200
committerRĂ©mi Verschelde <rverschelde@gmail.com>2018-12-14 14:00:11 +0100
commit0a4a3f71570163955976ac29e9764423523049c9 (patch)
tree579f11ca1b79d986c1d20af6a0381eed5a7a885b /modules/csg/doc_classes/CSGCombiner.xml
parent661e5e873b0ed2c91ac0bd31a3a8aafb2dfe98a3 (diff)
doc: Grammar and punctuation fixes for CSGMesh and CSGCombiner
Diffstat (limited to 'modules/csg/doc_classes/CSGCombiner.xml')
-rw-r--r--modules/csg/doc_classes/CSGCombiner.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/doc_classes/CSGCombiner.xml b/modules/csg/doc_classes/CSGCombiner.xml
index 1cfaa74b7d..69c5df5840 100644
--- a/modules/csg/doc_classes/CSGCombiner.xml
+++ b/modules/csg/doc_classes/CSGCombiner.xml
@@ -4,7 +4,7 @@
A CSG node that allows you to combine other CSG modifiers.
</brief_description>
<description>
- For complex arrangements of shapes it is sometimes needed to add structure to your CSG nodes. The CSGCombiner node allows you to create this structure. The node encapsulates the result of the CSG operations of its children. In this way it is possible to do operations on one set of shapes that are children of one CSGCombiner node, and a set of separate operations on a second set of shapes that are children of a second CSGCombiner node, and then do an operation that takes the two end results as their input to create the final shape.
+ For complex arrangements of shapes, it is sometimes needed to add structure to your CSG nodes. The CSGCombiner node allows you to create this structure. The node encapsulates the result of the CSG operations of its children. In this way, it is possible to do operations on one set of shapes that are children of one CSGCombiner node, and a set of separate operations on a second set of shapes that are children of a second CSGCombiner node, and then do an operation that takes the two end results as its input to create the final shape.
</description>
<tutorials>
</tutorials>