Improving twist object
fixed draw normals and added it
This commit is contained in:
parent
a9577e9a35
commit
ca24a67706
5 changed files with 77 additions and 26 deletions
|
|
@ -822,7 +822,7 @@ namespace MatterHackers.MatterControl
|
|||
var curve = new TwistObject3D();
|
||||
curve.WrapSelectedItemAndSelect(sceneContext.Scene);
|
||||
},
|
||||
Icon = AggContext.StaticData.LoadIcon("curve.png", 16, 16, theme.InvertIcons),
|
||||
Icon = AggContext.StaticData.LoadIcon("twist.png", 16, 16, theme.InvertIcons),
|
||||
IsEnabled = (scene) => scene.SelectedItem != null,
|
||||
},
|
||||
new SceneSelectionOperation()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue