Commit graph

52 commits

Author SHA1 Message Date
Lars Brubaker
359784877f Unify Vector2 3 and 4 to have upper case field members 2017-10-31 12:53:46 -07:00
Lars Brubaker
c5029b880e Improved lay flat
Removing hole and support buttons
2017-10-13 13:32:52 -07:00
Lars Brubaker
da5a9279df Refactoring PathStorage -> VertexStorage 2017-10-10 15:42:33 -07:00
John Lewin
f5301220ea Rename members to reflect behavior 2017-09-29 12:53:33 -07:00
John Lewin
a53f0bfe8d Remove unused parameter and variables (x/y start and allMeshBounds) 2017-09-29 12:23:17 -07:00
John Lewin
7726b5eada Remove dead code 2017-09-29 11:56:01 -07:00
Lars Brubaker
3d03f10907 Got arrange on bed working better 2017-09-05 18:02:28 -07:00
John Lewin
4ff6c5cbb8 Convert from ReportProgressRatio to Action<T> 2017-07-18 20:51:44 -07:00
John Lewin
3bda665ac0 Simplify text creators, drop PlatingData and spacing controls 2017-07-11 22:27:08 -07:00
Lars Brubaker
1a9ebebaed Changed ReportPregress delegate to have touple and use CancellationTokenSource 2017-06-30 16:09:31 -07:00
John Lewin
55e217641a Better expose reusable components
- Move ActiveView3D reference to ApplicationController
- Use ActivewView3D reference rather than ChildrenRecursive search
- Reuse EditPrinter button on action bar to get more tests passing
- Move IsContentFileType helper to LibraryConfig
- Make PlatingHelpers operate on IEnumerable<IObject3D> versus Scene
- Pass Scene.Children rather than Scene
- When plating multiple items, pass the updated IEnumerable context
2017-06-02 13:23:08 -07:00
John Lewin
907609b587 Design tools 2017-03-15 16:29:56 -07:00
Lars Brubaker
591dcb17da Made the scale control work with single transforms
scale control was in transition and this makes it usable. fixes #1005
made clearing an override send an update message.
2016-06-22 16:29:14 -07:00
Lars Brubaker
2ef0285954 Don't use the new mesh data (not working) 2016-03-25 10:13:27 -07:00
Lars Brubaker
30eef8ebbc Made a new low memory face traceable for mesh
Made an Empty in AxisAlignedBoundingBox
Created an Intersects test in aabb
Got PointInPoly working for mesh
Wrote a test for same
More comments in IPrimitive
Refactoring
Spelling
2016-03-24 15:48:11 -07:00
Lars Brubaker
fa1125fbbf The scale control is working well. 2016-02-29 10:13:51 -08:00
Lars Brubaker
abd480d9b9 Moving to single transform matrix for MeshGroups 2016-02-26 14:19:52 -08:00
John Lewin
0d86184329 Spelling 2016-02-19 11:27:55 -08:00
larsbrubaker
e594fb3dfa Created a new merge option in the queue menu
Made Arrange part of the plating helper
2016-02-14 08:41:50 -08:00
Lars Brubaker
9837707845 Getting the Braille plug-in working. 2015-09-14 17:39:48 -07:00
Lars Brubaker
93b3fd2bda Refactoring 2015-05-01 09:07:57 -07:00
larsbrubaker
faea827903 Now auto-arange tries to minimize size well. 2015-05-01 08:14:22 -07:00
larsbrubaker
58a56977a3 Moved AABB caching to mesh. 2015-05-01 07:44:57 -07:00
Lars Brubaker
a25be64859 Trying to tune plating (needs some unit tests). 2015-04-30 15:37:30 -07:00
Lars Brubaker
2eb3c6abaa Made the auto arrange layout on a grid.
Spelling fixes
2015-04-30 15:10:07 -07:00
Lars Brubaker
591528ee91 Ran code maid against this code. 2015-04-08 15:20:10 -07:00
Lars Brubaker
6d0d1da756 Refactoring ray trace stuff. 2015-04-02 14:10:12 -07:00
Lars Brubaker
4ef9e4c0fc Made the centering of inserted parts work correctly.
Always show the reset connection button if a printer has it, even when not connected.
2015-03-12 14:36:42 -07:00
Lars Brubaker
9849a1871a Faster trace data 2014-12-11 11:31:07 -08:00
Lars Brubaker
220b386a26 Cleaning up some interfaces 2014-12-09 16:40:52 -08:00
Lars Brubaker
a54a59e25f Putting a menu to switch view settings.
Made the trace data build faster.
Made ungroup understand mesh collections better
Made the slice settings layer index be an enum so it is clearer what is being accessed
Put menu items into separate files
2014-12-09 15:16:08 -08:00
Lars Brubaker
b49d83f60b Cleaning up the interface a bit. Removing unused parameter and some dead code. 2014-12-05 16:23:24 -08:00
Lars Brubaker
42ce0dab95 Make it easier to get a tranable from a mesh.
Make the z arrow show hover state.
2014-11-24 14:34:59 -08:00
larsbrubaker
d17d47c8c3 Testing how fast it is to put the trace data in an unbound collection. 2014-11-16 13:49:43 -08:00
larsbrubaker
f244982991 Check for null. 2014-11-05 15:18:46 -08:00
larsbrubaker
e7249ab18a oops. don't turn of trace generation. 2014-11-04 14:53:02 -08:00
larsbrubaker
8ea7d2db11 put in some diagnostics
Better update messages.
2014-11-04 12:19:35 -08:00
larsbrubaker
3af659dc9d Making canceling during load work much better.
STLs can now stop loading during most of the load operations (only sort verts cannot)
Changed the signature on report progress ratio to make it clearer.
Made mesh viewer handle better load stoping.
2014-10-26 18:08:03 -07:00
larsbrubaker
ff9c13baa6 Fixed entering edit when clicking "add" (large models could cause a race condition).
Made better progress indication while loading models on add
2014-10-24 17:27:38 -07:00
larsbrubaker
941c06555b Made the multi object stls generate better thumbnails.
Better progress indication.
Fixed bugs in ungrouping amfs
2014-10-14 14:38:17 -07:00
larsbrubaker
3f7c300d2a Make sure we don't try to create thumbnails for things we can't. 2014-10-12 20:40:38 -07:00
larsbrubaker
d8010a3116 We can select parts again.
We don't automatically change the selected mouse state.
2014-10-09 14:10:17 -07:00
larsbrubaker
3a39e79580 Got the rotate and scale working again (with groups)
Took out some dead code.
Making going into edit mode not do any work.
Changing split to group and ungroup
2014-10-08 16:34:25 -07:00
larsbrubaker
158ec2c0dd MatterControl is compiling with the new MeshGroups code. 2014-10-07 18:00:17 -07:00
larsbrubaker
a188096eee Made the mesh viewer hold 3 transforms rather than one for scale rotate and translate.
That way we can edit them individually easily.
2014-08-14 09:58:17 -07:00
larsbrubaker
ea93a18cee White space 2014-05-18 19:58:50 -07:00
larsbrubaker
a00b5ff22f Put in scale to dimension controls. 2014-05-07 18:34:27 -07:00
larsbrubaker
d6ff6acd41 Changed many iterator functions to not have 'interator' in their names. 2014-04-13 21:29:18 -07:00
larsbrubaker
747f9fffea made plating and saving much faster by ensuring the mesh in sorted and merged after it is all constructed. 2014-04-08 18:58:34 -07:00
larsbrubaker
ae427550ce Refactoring while writing documentation. 2014-04-03 08:20:50 -07:00