Skip to content
Snippets Groups Projects
Commit bfbefc77 authored by Tobias Schmidt's avatar Tobias Schmidt
Browse files

MSMS GUI works with EntityViews, fixes BZDNG-206

parent 1b4c09aa
Branches
Tags
No related merge requests found
......@@ -218,7 +218,7 @@ class SurfaceContextMenu(QtCore.QObject):
for entity in ent_list:
if isinstance(entity, gfx.Entity):
try:
s=msms.CalculateSurface(entity.view.handle,
s=msms.CalculateSurface(entity.view,
msms_exe=msms_exe,
density=density,
radius=radius,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment