Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomusy committed Oct 18, 2020
1 parent 2a407db commit 05a186a
Show file tree
Hide file tree
Showing 3 changed files with 1,231 additions and 1,278 deletions.
3 changes: 2 additions & 1 deletion vedo/addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,8 +986,8 @@ def selectPolygons(vobj, event):
printc(" Move gray handles to cut away parts of the mesh", c="m")
printc(" Press X to save file to: clipped.vtk", c="m")
plt.interactor.Start() # allow extra interaction

boxWidget.Off()
plt.interactor.Start() # allow extra interaction
return act0

def _addVolumeCutterTool(vol):
Expand Down Expand Up @@ -1029,6 +1029,7 @@ def clipVolumeRender(obj, event):
plt.interactor.Start()
boxWidget.Off()
plt.widgets.append(boxWidget)
return vol

#####################################################################
def addIcon(mesh, pos=3, size=0.08):
Expand Down
Loading

0 comments on commit 05a186a

Please sign in to comment.