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