Hi all,in latest version, I select a markers group and with right mouse button select Remove Marker Groups command and it has no effect.....The markers group Linderos remains and is not removed....See attachment
import Metashapechunk = Metashape.app.document.chunkmgroups = list(chunk.marker_groups)for m in chunk.markers: if m.group in mgroups: mgroups.remove(m.group)chunk.remove(mgroups)