diff options
Diffstat (limited to 'modules/csg/config.py')
-rw-r--r-- | modules/csg/config.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/modules/csg/config.py b/modules/csg/config.py index 0f267872d7..9106cbceca 100644 --- a/modules/csg/config.py +++ b/modules/csg/config.py @@ -8,15 +8,15 @@ def configure(env): def get_doc_classes(): return [ - "CSGBox", - "CSGCombiner", - "CSGCylinder", - "CSGMesh", - "CSGPolygon", - "CSGPrimitive", - "CSGShape", - "CSGSphere", - "CSGTorus", + "CSGBox3D", + "CSGCombiner3D", + "CSGCylinder3D", + "CSGMesh3D", + "CSGPolygon3D", + "CSGPrimitive3D", + "CSGShape3D", + "CSGSphere3D", + "CSGTorus3D", ] |