diff --git a/src/Mod/OpenSCAD/OpenSCADFeatures.py b/src/Mod/OpenSCAD/OpenSCADFeatures.py index 84a0ac32d420..47bac648cb6d 100644 --- a/src/Mod/OpenSCAD/OpenSCADFeatures.py +++ b/src/Mod/OpenSCAD/OpenSCADFeatures.py @@ -499,8 +499,8 @@ def __init__(self,obj,opname=None,children=None,arguments=None): def execute(self,fp): #arguments are ignored maxmeshpoints = None #TBD: add as property - import Part, freecad.OpenSCAD.OpenSCADUtils - shape = freecad.OpenSCAD.OpenSCADUtils.process_ObjectsViaOpenSCADShape(fp.Document,fp.Children,\ + import Part, OpenSCAD.OpenSCADUtils + shape = OpenSCAD.OpenSCADUtils.process_ObjectsViaOpenSCADShape(fp.Document,fp.Children,\ fp.Operation, maxmeshpoints=maxmeshpoints) if shape: fp.Shape = shape