OpenSCAD check for gui in rotate extrude

This commit is contained in:
Sebastian Hoogen 2013-01-30 21:11:40 +01:00
parent 558a3e715e
commit 0d7fafc048

View File

@ -486,7 +486,7 @@ def process_rotate_extrude(obj):
ViewProviderTree(newobj.ViewObject)
else:
newobj.ViewObject.Proxy = 0
myrev.ViewObject.hide()
myrev.ViewObject.hide()
return(newobj)
def p_rotate_extrude_action(p):