Merge branch 'main' into jess/cleaned-imports

This commit is contained in:
Paul Tagliamonte
2025-04-11 15:54:04 -04:00
committed by GitHub
24 changed files with 86 additions and 12 deletions

View File

@ -202,5 +202,15 @@ async fn inner_sweep(
);
}
// Hide the artifact from the sketch or helix.
args.batch_modeling_cmd(
exec_state.next_uuid(),
ModelingCmd::from(mcmd::ObjectVisible {
object_id: trajectory.into(),
hidden: true,
}),
)
.await?;
Ok(solids)
}