Making the editor have local function to reduce complexity

This commit is contained in:
Lars Brubaker 2023-10-27 16:54:35 -07:00
parent 9450bdbcf9
commit 7b65b02d92
8 changed files with 1325 additions and 1231 deletions

View file

@ -48,7 +48,7 @@ namespace MatterHackers.Plugins.EditorTools
applicationController.Library.RegisterCreator(item);
}
applicationController.Extensions.Register(new OpenSCADBuilder());
applicationController.EditorExtensions.RegisterFactory((theme, undoBuffer) => new OpenSCADBuilder());
// applicationController.Extensions.Register(new PrimitivesEditor());
}