Compare commits

...

1 Commits

Author SHA1 Message Date
422bfa5147 flush 2025-05-07 12:35:49 -04:00
2 changed files with 11398 additions and 0 deletions

View File

@ -319,6 +319,11 @@ async fn inner_clone(
return Ok(new_geometry);
}
if let GeometryWithImportedGeometry::Solid(solids) = geometry {
args.flush_batch_for_solids(exec_state, vec![solids].as_slice()).await?;
}
println!("just did the flush thing");
args.batch_modeling_cmd(new_id, ModelingCmd::from(mcmd::EntityClone { entity_id: old_id }))
.await?;

11393
yarn.lock Normal file

File diff suppressed because it is too large Load Diff