Filter Add Base Object to IPatheObjects

issue: MatterHackers/MCCentral#3627
Filter "Add Base" to items that have a descendant of IVertexSource
This commit is contained in:
Lars Brubaker 2018-06-15 11:20:12 -07:00
parent e149b76d56
commit 97dabda7ca

View file

@ -830,7 +830,7 @@ namespace MatterHackers.MatterControl
return Task.CompletedTask;
},
(sceneItem) => true,
(sceneItem) => true);
(sceneItem) => sceneItem.DescendantsAndSelf().Any((i) => i is IPathObject));
ActiveSliceSettings.SettingChanged.RegisterEvent((s, e) =>
{