Fix combine position
Make flatten name consistent
This commit is contained in:
parent
6abb1e263d
commit
b5bc480daa
2 changed files with 5 additions and 5 deletions
|
|
@ -247,7 +247,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
|
|||
{
|
||||
Mesh = resultMesh
|
||||
};
|
||||
resultsItem.CopyProperties(first, Object3DPropertyFlags.All);
|
||||
resultsItem.CopyProperties(first, Object3DPropertyFlags.All & (~Object3DPropertyFlags.Matrix));
|
||||
this.Children.Add(resultsItem);
|
||||
|
||||
SourceContainer.Visible = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue