Commit graph

165 commits

Author SHA1 Message Date
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
c45371da69 making path inflate work better 2020-10-10 16:18:14 -07:00
LarsBrubaker
f01914f1b1 Make sure array does not move the source object
issue:
MatterHackers/MCCentral#6107
array should not move the initial object
2020-10-07 08:03:57 -07:00
Lars Brubaker
67f167622b Adding retract distance for avoid crossing
make mirror preserve height
2020-09-29 20:17:13 -07:00
LarsBrubaker
58f6645fdf remove unused variable 2020-09-15 06:47:25 -07:00
LarsBrubaker
24fa4093b3 Adding the start of a measure tool
Fixed issues with not releasing pointers
Fixed line scaling issues
2020-09-13 13:04:57 -07:00
LarsBrubaker
77ec3d5909 Making controls more independent 2020-09-12 14:32:38 -07:00
LarsBrubaker
95543966d3 Making array names better 2020-09-12 12:28:14 -07:00
LarsBrubaker
1dfe8b3ee5 refactoring 2020-09-11 23:09:50 -07:00
LarsBrubaker
bf7eba4910 Improving copy gcode layer
Fixing scale controls
2020-08-23 13:31:16 -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
a6a906a661 fixing edges in flat renderer 2020-06-23 08:28:21 -07:00
LarsBrubaker
1f3a449089 icon for outline
tree changes selection on arrow keys
2020-05-24 12:06:17 -07:00
LarsBrubaker
9e37eb8759 improving enum button display 2020-05-24 08:34:06 -07:00
LarsBrubaker
ff1896ebd4 Added outline path function 2020-05-23 22:54:41 -07:00
LarsBrubaker
3ff1336c1f Improving twist display 2020-05-23 11:45:15 -07:00
LarsBrubaker
202fc5e681 adding merge vertices to repair 2020-05-23 11:12:06 -07:00
LarsBrubaker
7e448a2a71 copy properties not including root 2020-05-23 11:11:42 -07:00
Lars Brubaker
5556a746e9 Adding Chinese and Japanese support
Made twist object have support for rotation distance and a base that specifies radius (gears)
2020-05-22 17:33:54 -07:00
Lars Brubaker
7d3cce547d Make the text cache look in static data if can't find cache
Made persistable work on decimate and repair
2020-05-21 16:29:45 -07:00
Lars Brubaker
95d5495026 Control our Persistable texturing better
Make sure we don't have a crazy hollow result
2020-05-19 18:04:26 -07:00
LarsBrubaker
ac5e450359 Working to make Hollow a protected object 2020-05-19 10:29:17 -07:00
LarsBrubaker
127da257b4 working on plane cut object 2020-05-18 22:51:58 -07:00
LarsBrubaker
4f969addb4 Improving property editor layout 2020-05-18 21:47:48 -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
Lars Brubaker
dffe0b33d8 Adding reduce and hollow to a new 2020-02-27 08:56:39 -08:00
LarsBrubaker
1520c913ad Made twist default to using the center of the enclosing circle. 2020-02-23 22:44:43 -08:00
LarsBrubaker
4b132c46ca cleaning interface a bit more 2020-02-21 22:07:48 -08:00
Lars Brubaker
581ded7767 Improving reducer 2020-02-21 18:18:47 -08:00
LarsBrubaker
ed5ef14077 Hollow is producing results
Improving Decimate
2020-02-21 07:56:24 -08:00
LarsBrubaker
3d9b6e6492 Decimate is working reasonably now 2020-02-19 22:07:09 -08:00
Lars Brubaker
cbeb86d3f1 Mesh reduce is working now (a bit) 2020-02-19 18:19:17 -08:00
LarsBrubaker
d85edc858d Working on additional mesh tools 2020-02-18 16:59:33 -08:00
LarsBrubaker
dd49303111 Make sure root selection set correctly 2020-02-07 15:27:44 -08:00
LarsBrubaker
58e77cfe60 GuiWiget Children working as a SafeList 2020-02-07 15:27:43 -08:00
LarsBrubaker
d8c056c088 refactoring 2020-01-09 08:00:24 -08:00
LarsBrubaker
e5b06f79e1 Refactoring 2019-11-17 07:21:22 -08:00
LarsBrubaker
ae424640f9 refactoring errors 2019-11-10 21:17:04 -08:00
LarsBrubaker
e950a0f3c5 fixing problems with selection leaving tree in bad shape 2019-11-10 21:16:08 -08:00
Lars Brubaker
f8e40fa4cf moving Gear2D to MC
putting in some debugging
2019-10-25 17:21:50 -07:00
John Lewin
e52d963278 Extract WorldView extension methods 2019-06-03 16:33:27 -07:00
LarsBrubaker
af7be404d9 fixing warnings 2019-05-27 16:39:51 -07:00
John Lewin
3717d284a7 Simplify - use overload with default identity matrix 2019-05-21 07:40:36 -07:00
John Lewin
fad8146c12 Add experimental PathObject3D 2019-05-20 16:38:21 -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
LarsBrubaker
655c9bb136 Disabling merge vertices on twist
can be destructive on high tessellation
2019-05-16 07:33:52 -07:00