Whole module imports (#4767)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -134,7 +134,7 @@ async fn inner_chamfer(
|
||||
EdgeReference::Tag(edge_tag) => args.get_tag_engine_info(exec_state, &edge_tag)?.id,
|
||||
};
|
||||
|
||||
let id = exec_state.id_generator.next_uuid();
|
||||
let id = exec_state.global.id_generator.next_uuid();
|
||||
args.batch_end_cmd(
|
||||
id,
|
||||
ModelingCmd::from(mcmd::Solid3dFilletEdge {
|
||||
|
Reference in New Issue
Block a user