
It is convenient to have a button to make compound from Lattice wb; as an extra, it checks if lattices are selected, and warns if so.
6 lines
265 B
Python
6 lines
265 B
Python
import CompoundFilter2 as CompoundFilter
|
|
import FuseCompound2 as FuseCompound
|
|
import lattice2Downgrade as Downgrade
|
|
import lattice2BoundBox as BoundBox
|
|
import lattice2ShapeString as ShapeString
|
|
import lattice2MakeCompound as MakeCompound |