Changed Bake to MakePermanent
This commit is contained in:
parent
440cfbdc04
commit
7590b179b6
6 changed files with 8 additions and 8 deletions
|
|
@ -60,7 +60,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
{
|
||||
}
|
||||
|
||||
public override void Bake()
|
||||
public override void MakePermanent()
|
||||
{
|
||||
// push our matrix into our children
|
||||
foreach (var child in this.Children)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue