Commit graph

42 commits

Author SHA1 Message Date
Lars Brubaker
3f8eeda65b integrating offline changes 2023-03-10 18:11:23 -08:00
LarsBrubaker
e184ecd3ba Make sure we propagate rename events 2022-02-27 18:32:08 -08:00
LarsBrubaker
42a56fbb90 Improving intuition of align 2022-02-27 08:10:18 -08:00
LarsBrubaker
61e68b6afa Make sure we don't have selections on save
Started work on align object 2
2022-02-26 22:21:38 -08:00
LarsBrubaker
f400bf0d96 Made the curve tool preserve the rotation origin
issue: MatterHackers/MatterControl#4967
Curved meshes should have their origin at the center of the curve radius [$112]
2022-01-30 08:18:43 -08:00
Lars Brubaker
39af203e95 Making better names for collection items (combine, align, subtract, intersect) 2022-01-27 15:15:32 -08:00
LarsBrubaker
2144ed477f renaming 2022-01-22 15:43:50 -08:00
LarsBrubaker
dd3912a504 Adding ability to cancel rebuilding 2021-12-05 22:43:57 -08:00
LarsBrubaker
d5120210ee Adding more sliders
improving sheet editor
2021-09-28 09:13:47 -07:00
LarsBrubaker
6ebc9188c9 Make updates check for sheet references 2021-06-19 21:28:16 -07:00
LarsBrubaker
793b47ad43 Making sheet affect more things 2021-06-07 07:45:18 -07:00
Lars Brubaker
28bd0a1071 Adding IntOrExpression 2021-06-01 17:48:43 -07:00
Lars Brubaker
66a4a92e66 Made better messaging around advanced
added 316L scaling
made a new back button
2021-05-07 11:29:59 -07:00
LarsBrubaker
bf7eba4910 Improving copy gcode layer
Fixing scale controls
2020-08-23 13:31:16 -07:00
LarsBrubaker
18581597c7 Working on more enum display options
Improving image converter display
2020-05-10 19:17:48 -07:00
LarsBrubaker
da450d3c5d Fixing align and align test 2020-04-21 23:19:48 -07:00
LarsBrubaker
74f1156411 fixed issue with wrong id 2020-04-21 21:57:47 -07:00
LarsBrubaker
c721a66405 Fixed the align to do the right anchor 2020-04-21 21:13:32 -07:00
jlewin
a7b8251807 Replace duplicate ItemsToSubtract property with SelectedChildren
- Update to use new SelecteChildren as HashSet
- Issue MatterHackers/MCCentral#5565
MatterControl extra slow with specific MCX, crashes on copy
2019-05-20 16:37:45 -07:00
jlewin
46f5f70d42 Switch back to ID 2019-05-13 18:13:44 -07:00
LarsBrubaker
3a0f725ba3 Make align use name rather than id
issue: MatterHackers/MCCentral#5451
align is not maintaining SelectedChild ids over clone correctly
2019-05-05 09:15:29 -07:00
Lars Brubaker
236c77d272 fixing warnings 2019-05-02 14:31:19 -07:00
Lars Brubaker
f9c7f35deb align none moving objects back to start position
issue: MatterHackers/MCCentral#5402
fix align and write tests
2019-04-29 13:43:55 -07:00
Lars Brubaker
f50dce0da1 Improved align icons
fix warnings
2019-04-29 12:22:21 -07:00
jlewin
297eefc30e Fix spelling 2019-04-19 09:52:49 -07:00
Lars Brubaker
a055192700 Changing to await able create methods
issue: MatterHackers/MCCentral#4966
async Rebuild calls must be awaited in Create methods
2019-03-04 14:00:52 -08:00
LarsBrubaker
9baa0a86b4 Fixed a problem with fit to bounds and made a new validation test 2019-03-03 08:24:32 -08:00
Lars Brubaker
563bd1a3e7 making sure we don't re-enter this.OnInvalidate unless explicitly for properties
issue: MatterHackers/MCCentral#4965
Rebuild should directly call base.OnInvalidate to prevent re-entering this.OnInvalidate
2019-02-19 14:24:12 -08:00
LarsBrubaker
4017c38a49 Getting ChildVisabilytObject working 2019-02-04 08:38:58 -08:00
LarsBrubaker
b60cc5a7f0 set row visibility with common pattern
fixed scale not updating to % correctly

issue: MatterHackers/MCCentral#4993
Scale object is not updating properties on change
2019-02-03 13:37:29 -08:00
LarsBrubaker
23a162cf57 Working on new set visible object 2019-02-03 13:35:17 -08:00
LarsBrubaker
33ac856282 Made origin align have advanced options 2019-02-01 08:31:55 -08:00
Lars Brubaker
6305303047 Cleaning up object3d invalidate calls 2019-01-28 17:44:10 -08:00
Lars Brubaker
f0728e0610 Change the Invalidate Type to flags
remove undo buffer from invalidate type
2019-01-28 14:19:48 -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
1d60533947 combine on an align correctly maintains positions 2019-01-24 14:47:35 -08:00
Lars Brubaker
e1ce3419f2 simple mesh 2019-01-11 17:10:45 -08:00
John Lewin
da34757ab1 Conditionally invert icons based on new IconsAttribute option 2019-01-04 11:43:03 -08:00
John Lewin
ad2586fdcb Use new icons and section attributes in Align editor 2018-12-28 18:40:57 -08:00
LarsBrubaker
201c9d1d65 Improved subtract selection rendering
does not modify the part colors only the rendering colors
Refactoring
2018-12-21 08:27:40 -08:00
LarsBrubaker
efe03cb642 Make flatten only copy appropriate properties by default
issue: MatterHackers/MCCentral#4229
Merge on align should not clear the colors that were on the objects

refactor apply and merge => flatten
2018-10-04 10:17:57 -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 DesignTools/Operations/AlignObject3D.cs (Browse further)