Commit graph

27 commits

Author SHA1 Message Date
Lars Brubaker
deca6799b8 Fix crash when ui refreshes during async opperation 2021-11-16 10:41:23 -08:00
LarsBrubaker
d0feca3d38 Better clicking
Protection around bad key code
2021-10-30 20:06:02 -07:00
LarsBrubaker
d5120210ee Adding more sliders
improving sheet editor
2021-09-28 09:13:47 -07:00
Lars Brubaker
cfc5607efc Add ability to order children by list index 2021-07-14 14:09:02 -07:00
Lars Brubaker
005efad10a Making icons use the text color 2021-05-21 14:24:52 -07:00
LarsBrubaker
99e3b0934a Fix problem with tree view and objects with no children
issue: MatterHackers/MatterControl#4878
Unhandled exception error and object tree-view fails to populate when opening workspace for editing
2020-10-24 21:42:59 -07:00
LarsBrubaker
4aa132904c Make thumbnails icons for design history 2020-09-28 08:01:19 -07:00
LarsBrubaker
574f162903 Modify menu has been unified 2020-09-26 10:59:31 -07:00
LarsBrubaker
8b06799165 refactoring 2020-09-22 22:20:11 -07:00
LarsBrubaker
95543966d3 Making array names better 2020-09-12 12:28:14 -07:00
LarsBrubaker
52df1380a7 Making the scene tree view a bit better 2020-09-12 08:53:40 -07:00
Lars Brubaker
06e1188248 fixing x3g output when there is a print waring but no error 2020-07-03 09:33:51 -07:00
jlewin
2dd4e27c1f Don't create TreeNode for items marked with @HideFromTreeView
- Issue MatterHackers/MCCentral#5577
Consider if support objects should appear in treeview
2019-05-24 10:38:13 -07:00
John Lewin
8ef1102e87 Add support for themed scene operation icons
- Issue MatterHackers/MCCentral#5501
Pinch/curve/fit icons use theme.InvertIcons
2019-05-11 18:57:33 -07:00
LarsBrubaker
1f64a32794 Create HideChildrenFromTreeViewAttribute
Change IVisualLeafNode to HideChildrenFromTreeViewAttribute

Switch all classes that used IVisualLeafNode to use property

start using HideFromTreeViewAttribute rather than check for
GeneratedSupportObject3D
2019-05-04 19:39:11 -07:00
Lars Brubaker
d0430bed92 Working on new circular fit to bounds
refactoring Transform Wrapper Object
2019-02-08 13:05:12 -08:00
Lars Brubaker
ce2aaac574 Fixed rotate, scale, translate to work with multiple objects
Made Transform Wrapper Object work with list

issue: MatterHackers/MCCentral#4979
Crash when scaling model with support
2019-01-31 15:41:56 -08:00
LarsBrubaker
6d6337f5aa Refactoring - moving files 2019-01-27 15:20:05 -08:00
Lars Brubaker
564e5e7bf1 Moved array and combine objects to new source pattern
reverted align object to only align children
have new combine 2 object to preserve old files
2019-01-25 16:46:23 -08:00
Lars Brubaker
b23db9f1e1 Made the tree view remember the open state close state 2018-12-11 16:42:47 -08:00
John Lewin
8d4974dc32 Move theme.Colors.PrimaryTextColor into theme, remove unneeded types
- Issue MatterHackers/MCCentral#4490
2018-11-03 09:13:07 -07:00
John Lewin
32836d0793 Improve scene/treeview/SelectedObjectPanel selection behaviors
- Issue MatterHackers/MCCentral#4434
Scene selection change not firing treeview/editor selection change
2018-10-31 22:13:59 -07:00
John Lewin
c69815cc05 Make operation icons scene aware
- Issue MatterHackers/MCCentral#4391
Operation icons should be theme aware
2018-10-26 09:29:22 -07:00
John Lewin
63cb138b6b Never build mesh thumbnails for IObject3D tree nodes
- Issue MatterHackers/MCCentral#4392
Consider if any treenode should ever build a content icon
2018-10-26 09:17:11 -07:00
John Lewin
da1e7a7b1e Add dictionary of IObject3D -> TreeNode 2018-10-26 09:05:04 -07:00
LarsBrubaker
9b4ee04b77 Fixing a bug with loading a model that has some bad data in the tree
Also this adds support for deleting the children of a source object
We will need this for the next level of mutating the scene graph
2018-09-11 09:07:18 -07:00
Lars Brubaker
bed90234e7 Made MatterControl run as a .net standard app
Moving matter control to a lib and creating a new exe to run it
2018-09-06 16:09:58 -07:00
Renamed from PartPreviewWindow/Object3DTreeBuilder.cs (Browse further)