Commit graph

6979 commits

Author SHA1 Message Date
johnlewin
7035752fea Merge pull request #2278 from jlewin/design_tools
Convert from ReportProgressRatio to Action<T>
2017-07-18 21:13:15 -07:00
John Lewin
4c40c3a5c9 Update to IVertex 2017-07-18 20:51:44 -07:00
John Lewin
4ff6c5cbb8 Convert from ReportProgressRatio to Action<T> 2017-07-18 20:51:44 -07:00
johnlewin
8a970f47c4 Merge pull request #2276 from larsbrubaker/design_tools
Fixing multi material processing
2017-07-18 20:29:34 -07:00
Lars Brubaker
12da19a468 latest ms 2017-07-18 13:29:01 -07:00
Lars Brubaker
c989cb8630 Fixing multi material processing 2017-07-17 16:41:04 -07:00
johnlewin
a4e8e3c1e6 Merge pull request #2275 from jlewin/design_tools
Revise ReportProgressRatio implementation
2017-07-14 14:14:48 -07:00
John Lewin
4eb8ebe254 Revise ReportProgressRatio implementation 2017-07-14 13:55:02 -07:00
johnlewin
990539d979 Merge pull request #2274 from jlewin/design_tools
Improve progress bar updates and allow ungroup of .mcx files
2017-07-14 10:38:15 -07:00
John Lewin
ddf50c061a Workaround to ungroup .mcx files 2017-07-14 10:27:49 -07:00
John Lewin
f5fac75c89 Invalidate View3DWidget on progress change 2017-07-14 10:27:49 -07:00
John Lewin
1e1cf68070 Guard for null reference 2017-07-14 10:27:49 -07:00
Lars Brubaker
21fe181589 Merge pull request #2272 from larsbrubaker/design_tools
Put in tests for write stream and fixed bugs
2017-07-13 18:53:42 -07:00
Lars Brubaker
53e7eb670a Put in tests for write stream and fixed bugs 2017-07-13 18:43:48 -07:00
johnlewin
d4754dae0e Merge pull request #2271 from jlewin/design_tools
Skip queued thumbnail generation tasks for off-screen items
2017-07-13 14:45:46 -07:00
John Lewin
b1f57559a1 Skip queued thumbnail generation tasks for off-screen items 2017-07-13 14:21:54 -07:00
johnlewin
8f6d5e90e5 Merge pull request #2269 from jlewin/design_tools
Restore View3D progress bars for loading drag items
2017-07-13 11:24:31 -07:00
John Lewin
5ef94eb275 Restore View3D progressbars for loading drag items 2017-07-12 23:01:51 -07:00
John Lewin
ddedffe2a0 Update draw event names 2017-07-12 22:34:03 -07:00
johnlewin
c70eb946f7 Merge pull request #2268 from jlewin/design_tools
Remove InteractionVolume couplings to View3DWidget, extract View3D embedded classes
2017-07-12 22:21:23 -07:00
John Lewin
a90e15ea14 Remove unused collisionVolume constructor parameter 2017-07-12 22:12:08 -07:00
John Lewin
eb82189a92 Remove unused method 2017-07-12 22:00:13 -07:00
John Lewin
025a7739fe Make part drag use AddTransformSnapshot 2017-07-12 21:59:22 -07:00
John Lewin
cb2c561046 Convert local InteractionVolumes to use IInteractionVolumeContext 2017-07-12 21:57:30 -07:00
John Lewin
30a8168adb Remove unused IInteractionVolumeCreator interface 2017-07-12 21:40:11 -07:00
John Lewin
fce4d5a78b Move InteractionVolume support types to InteractionVolume.cs 2017-07-12 21:38:40 -07:00
John Lewin
04a5364044 Decouple View3DWidget from InteractionVolume
- Move conditional tests into shared functions rather than callers
- Remove unused View3DWidget reference from TransformUndoCommand
- Add AddTransformSnapshot method to IInteractionVolumeContext
2017-07-12 21:36:28 -07:00
John Lewin
dd9faac52f Remove unused variable 2017-07-12 19:50:10 -07:00
John Lewin
7c0260668d Extract embedded classes to new files 2017-07-12 19:49:54 -07:00
Lars Brubaker
5799d3b119 Merge pull request #2267 from jlewin/design_tools
Fix exception during slicing - use zero based index
2017-07-12 19:02:47 -07:00
John Lewin
cb89df26f7 Fix exception during slicing - use zero based index 2017-07-12 17:37:55 -07:00
Lars Brubaker
c9035b5012 Merge pull request #2266 from jlewin/design_tools
Support relative paths to Object3D assets
2017-07-12 17:12:31 -07:00
John Lewin
820ad61c55 Support relative paths to Object3D assets 2017-07-12 14:54:21 -07:00
John Lewin
3ba370e349 Don't force extension to upper case
- Issue MatterHackers/MCCentral#1722
2017-07-12 14:53:10 -07:00
John Lewin
fbce1c9a50 Fix Scene tests to work in VS IDE 2017-07-12 14:53:10 -07:00
johnlewin
8228ab9f3a Merge pull request #2265 from larsbrubaker/design_tools
Getting extruder selection to work on mcx files
2017-07-12 14:52:27 -07:00
Lars Brubaker
a01ab7930d Getting extruder selection to work on mcx files 2017-07-12 14:28:43 -07:00
johnlewin
cf17b749d4 Merge pull request #2264 from jlewin/design_tools
Remove SaveAsReturnInfo from primary save function
2017-07-12 11:24:32 -07:00
John Lewin
e649fb8833 Remove SaveAsReturnInfo from primary save function 2017-07-12 08:03:06 -07:00
johnlewin
a1de6c5905 Merge pull request #2263 from jlewin/design_tools
Simplify text creators, drop PlatingData and spacing controls
2017-07-11 22:37:35 -07:00
John Lewin
3bda665ac0 Simplify text creators, drop PlatingData and spacing controls 2017-07-11 22:27:08 -07:00
johnlewin
4d3837623b Merge pull request #2262 from jlewin/design_tools
Spacebar focus clear, set focus on drop, trim PlatingData
2017-07-11 22:18:39 -07:00
John Lewin
6d02bbb96d Remove unused CurrentScale PlatingData property 2017-07-11 17:46:12 -07:00
John Lewin
71a50ecf2a Spacebar should clear focus
- Issue MatterHackers/MCCentral#1588
implement keyboard commands in 3d view
2017-07-11 17:46:12 -07:00
John Lewin
71d8991729 Set focus to View3DWidget after drag-drop
- Issue MatterHackers/MCCentral#1589
2017-07-11 17:46:12 -07:00
johnlewin
7d64c57586 Merge pull request #2261 from jlewin/design_tools
Adjust temp controls for light theme, revise icons and layout
2017-07-11 17:32:52 -07:00
John Lewin
5b47722c65 Remove dead code 2017-07-11 16:26:32 -07:00
John Lewin
20d988c1aa Fix icon alignment via button margins 2017-07-11 16:13:28 -07:00
John Lewin
77a4725af5 Adjust temp widget icons for light theme 2017-07-11 16:13:28 -07:00
John Lewin
d767e8f05a Use VS undo/redo icons, Material.io memory icon 2017-07-11 16:13:28 -07:00