Commit graph

57 commits

Author SHA1 Message Date
Lars Brubaker
a238c8c4b0 Made 'Open', 'Save' and 'Bed' more intuitive
Added more sliders
Fixed issue with load progress indicator not clearing
Made value display update for more sliders
2021-09-13 17:47:24 -07:00
LarsBrubaker
c36d270c92 Adding sliders to all primitives 2021-09-12 20:23:40 -07:00
LarsBrubaker
627abbef9e Making sliders have option to do non-linear scalling 2021-08-30 08:47:11 -07:00
Lars Brubaker
a7f2d39e82 improved color detection 2021-08-25 09:50:20 -07:00
LarsBrubaker
f30ee46270 Putting in property slider 2021-08-22 22:07:43 -07:00
LarsBrubaker
a59244a0bb scaling fixe 2021-08-21 08:19:39 -07:00
LarsBrubaker
91fec11745 Improving histogram scaling 2021-08-21 08:13:49 -07:00
Lars Brubaker
8f8254e2ff Made image converter select good filter
Fixed bug with bed not showing top texture
2021-08-20 16:55:29 -07:00
Lars Brubaker
c2a8ed5762 New ImageConverter has reached first ship candidate 2021-08-20 09:57:38 -07:00
Lars Brubaker
f4bfa7c9fd Improving Image Converter 2021-08-17 17:35:17 -07:00
Lars Brubaker
ac5f4ed2f9 Added dragging to the histogram center
Added open to the image to path object when backed by an ImageObject
2021-08-17 11:31:40 -07:00
LarsBrubaker
e016241a0b consider alpha even when doing intensity 2021-08-17 09:42:34 -07:00
Lars Brubaker
419ebd12d5 Making a separate display image to show binary alpha and outline 2021-08-16 18:11:18 -07:00
LarsBrubaker
93735995b7 Getting the color filtering working 2021-08-16 09:18:36 -07:00
Lars Brubaker
b55438171a Making hue work again 2021-08-04 18:03:49 -07:00
Lars Brubaker
215b7140fb improving histogram drawing 2021-08-03 18:10:42 -07:00
LarsBrubaker
69d202170c improving image to path controls 2021-08-01 21:35:57 -07:00
Lars Brubaker
7c6aad79c0 Continuing new image to path object 2021-07-27 18:12:24 -07:00
Lars Brubaker
dd848d6639 getting closer to alpha working 2021-07-27 11:03:53 -07:00
LarsBrubaker
5bb82bf230 actually creating the alpha image 2021-07-27 09:38:41 -07:00
Lars Brubaker
f214741c95 The controls can be dragged 2021-07-26 18:03:40 -07:00
LarsBrubaker
c61a7d9ae8 Making the grab controls selectable 2021-07-26 16:26:25 -07:00
LarsBrubaker
4fab94263c Getting closer to histogram editing 2021-07-26 16:26:25 -07:00
LarsBrubaker
40abf0311e improving image editor 2021-07-26 16:26:24 -07:00
Lars Brubaker
86d092379a re-writing image to path 2021-07-23 18:20:34 -07:00
LarsBrubaker
818a7fb8d7 Working on new 2D primitives and operations 2021-07-07 21:07:30 -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
LarsBrubaker
082a8cdcc7 All primitives using Expressions 2021-06-05 11:12:26 -07:00
Lars Brubaker
1c9119568f Making sure we don't executer rebuilds while in a separate thread from the UI 2021-05-03 17:58:03 -07:00
LarsBrubaker
f59b323c61 Improved measure tool 2021-04-17 22:35:53 -07:00
Lars Brubaker
864266bd7a Making paths behave more consistently 2020-10-16 16:25:11 -07:00
LarsBrubaker
7164f52a9d refactoring 2020-10-13 22:24:30 -07:00
LarsBrubaker
694d991909 Making more 2D operations exist
Combine for paths
2020-10-13 16:05:04 -07:00
LarsBrubaker
823b664127 improving path drawing 2020-10-11 19:29:42 -07:00
LarsBrubaker
574eed06cd improving revolve 2020-10-11 15:57:00 -07:00
LarsBrubaker
dcccf5fd9c Adding revolve
cleaning up 2D editor controls
2020-10-11 14:53:46 -07:00
LarsBrubaker
58f6645fdf remove unused variable 2020-09-15 06:47:25 -07:00
LarsBrubaker
77ec3d5909 Making controls more independent 2020-09-12 14:32:38 -07:00
LarsBrubaker
1dfe8b3ee5 refactoring 2020-09-11 23:09:50 -07:00
LarsBrubaker
90e2b30f27 If the mesh copy extension has a null mesh return null
issue: MatterHackers/MCCentral#5959
NullReferenceException: Object reference not set to an instance of an object.
2020-07-19 10:07:35 -07:00
LarsBrubaker
4f969addb4 Improving property editor layout 2020-05-18 21:47:48 -07:00
John Lewin
fad8146c12 Add experimental PathObject3D 2019-05-20 16:38:21 -07: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
Lars Brubaker
ac03a4fcfd Improving subtract object rendering 2019-02-13 10:26:02 -08:00
Lars Brubaker
73f733db91 Fixed a problem with base not rebuilding correctly. 2019-02-11 15:54:00 -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
John Lewin
3f8a53bb6a Observe and rebuild on content changes in Extrude children
- Issue MatterHackers/MCCentral#4932
Child Invalidate ignored by TextPathObject3D
2019-01-27 19:50:27 -08:00
John Lewin
13d5e6f7f9 Improve naming of eventArg variable
- Eliminate invadateType.InvalidateType == InvalidateType.Path
2019-01-27 19:49:43 -08:00