Convert doxygen to rst for X3DReader, XmlMaterialProfile, XRayView

This commit is contained in:
Nino van Hooff 2020-05-28 16:08:09 +02:00
parent 6035adb963
commit 5af9faf5e5
3 changed files with 56 additions and 36 deletions

View file

@ -23,8 +23,9 @@ from cura.Scene.ConvexHullNode import ConvexHullNode
from cura import XRayPass
## View used to display a see-through version of objects with errors highlighted.
class XRayView(CuraView):
"""View used to display a see-through version of objects with errors highlighted."""
def __init__(self):
super().__init__(parent = None, use_empty_menu_placeholder = True)