@dale@stevebaer
When using ExplodeBlockInstance() on blocks from a referenced worksession file, I am left with an unmovable, undeletable copy of the exploded geometry. Please see video below.
import rhinoscriptsyntax as rs
o = rs.GetObject()
if o:
rs.ExplodeBlockInstance(o)