Code: [Select]
import Metashape
import sys, os, time
chunk = Metashape.app.document.chunk
chunk.reduceOverlap(overlap = 5, use_selection = False)
Metashape.Model.clear(chunk.model)
This simple script does not work in batch process run over network, in local batch process it works fine. In 2.0.4 it works on local and network. Current V. 2.1.0.17526