summaryrefslogtreecommitdiff
path: root/modules/csg/doc_classes/CSGPrimitive.xml
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2018-07-19 19:31:12 +1000
committerBastiaan Olij <mux213@gmail.com>2018-07-19 22:24:46 +1000
commit6843f39875b59e7f8053c662464d28c97b4394ff (patch)
tree8218d4aaff5b6d955491caac90fe2cfcf49794f2 /modules/csg/doc_classes/CSGPrimitive.xml
parent4ebcbea1ce65ad66db106167d47635803e28e5bc (diff)
Added some documentation for the CSG nodes
Diffstat (limited to 'modules/csg/doc_classes/CSGPrimitive.xml')
-rw-r--r--modules/csg/doc_classes/CSGPrimitive.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/csg/doc_classes/CSGPrimitive.xml b/modules/csg/doc_classes/CSGPrimitive.xml
index bf41c40f22..2591bab7e3 100644
--- a/modules/csg/doc_classes/CSGPrimitive.xml
+++ b/modules/csg/doc_classes/CSGPrimitive.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CSGPrimitive" inherits="CSGShape" category="Core" version="3.1">
<brief_description>
+ Base class for CSG primitives.
</brief_description>
<description>
</description>
@@ -12,6 +13,7 @@
</methods>
<members>
<member name="invert_faces" type="bool" setter="set_invert_faces" getter="is_inverting_faces">
+ Invert the faces of the mesh.
</member>
</members>
<constants>