We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ae331 commit cb82515Copy full SHA for cb82515
src/lib.rs
@@ -124,5 +124,6 @@ pub fn run(input: Mesh, config: &Config) -> Vec<Part> {
124
output_parts
125
.into_iter()
126
.map(|p| Part::from_mesh(Arc::unwrap_or_clone(p.mesh).transform(&normalization_tfm_inv)))
127
+ .filter(|p| !p.mesh.is_empty())
128
.collect()
129
}
0 commit comments