84756bfc6a
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2019-09-24 14:33:20 +02:00
2424b5f267
Fix of SPE-1027
2019-09-24 14:32:59 +02:00
6c20cef2cf
Follow-up of f4910cafed -> Fix extended to Mac
2019-09-24 14:13:03 +02:00
03507f9b7d
ENABLE_ENHANCED_RELOAD_FROM_DISK set as default
2019-09-23 15:35:49 +02:00
1f136acc62
Merge remote-tracking branch 'origin' into ys_manipulation_panel_rw
2019-09-23 14:37:06 +02:00
96057e2270
Added missed comment to 7e060f84bd
2019-09-23 14:24:53 +02:00
7b60670971
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_reload_from_disk
2019-09-23 12:34:18 +02:00
46960d10aa
Fix of #2977
2019-09-23 10:17:53 +02:00
b4046dd27e
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_reload_from_disk
2019-09-23 08:27:01 +02:00
5bb32af88e
Forcing of explicit SetWidth for the columns under OSX, as an attempt to fix a narrow column width on 4(5)K monitors under OSX
2019-09-20 11:30:29 +02:00
3495625b5b
Merge remote-tracking branch 'origin/dev' into ys_manipulation_panel_rw
2019-09-19 15:39:13 +02:00
97c1e90795
Fix under OSX for 584b37513f
2019-09-19 14:11:56 +02:00
157c5a9c1a
Implemented possibility to create "shape" as an object ( #2865 )
2019-09-19 12:30:16 +02:00
0c461f6db6
Added tech ENABLE_ENHANCED_RELOAD_FROM_DISK
...
1) Reworked void Plater::priv::reload_from_disk() to be more general
2) Added source data to class ModelVolume
3) Modified .3mf import/export to save/load volume matrices and source data
4) Incremented .3mf version to 2
2019-09-19 09:09:11 +02:00
8b5864a5fa
Rewrote UI for ObjectManipulation without using of OptionsGrope
2019-09-18 15:10:36 +02:00
a3096ece13
Fixed selection after adding a modifier by loading it from file
2019-09-17 15:30:54 +02:00
e1133e848e
More clear identification if is there object selected
2019-09-16 11:55:05 +02:00
e684f4b4ad
GUI_ObjectList.cpp: Max layer height defaults to 0.75*nozzle_diameter as it should ( #2892 )
2019-09-10 12:34:03 +02:00
5b5f0b925a
Fixed many warnings in following files:
...
src/slic3r/Config/Snapshot.cpp
src/slic3r/GUI/Field.cpp
src/slic3r/GUI/GLToolbar.cpp
src/slic3r/GUI/GUI_ObjectList.cpp
src/slic3r/GUI/GUI_ObjectList.hpp
src/slic3r/GUI/Plater.cpp
src/slic3r/GUI/Plater.hpp
src/slic3r/GUI/PresetBundle.cpp
src/slic3r/GUI/Tab.cpp
src/slic3r/GUI/wxExtensions.cpp
2019-09-10 12:08:43 +02:00
a5e8100a8e
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into dev
2019-09-06 17:53:17 +02:00
080792f9ed
Fixed some more warnings, moved function to get ExtrusionRole name into ExtrusionEntity.hpp
...
So it can be called from wherever it may be needed
2019-09-06 15:55:07 +02:00
178ffd3fb5
Fix bad pointer dereference in ObjectList::list_manipulation()
...
Fix of #2875
2019-09-06 15:28:58 +02:00
676f72359b
Merge branch 'master' into dev
2019-09-04 15:50:18 +02:00
e1783d6a00
GUI_ObjectList.cpp: Fixed a crash when deleting instances.
...
Deleting second-but-last instance deletes the whole Instances node, we must select object node in that case.
2019-09-04 15:15:35 +02:00
45f36ce1b7
Code clean in Tab.cpp and Fixed couple of Mac-warnings in :
...
GUI.cpp
GUI_App.cpp
GUI_ObjectList.cpp
MainFrame.hpp
Plater.cpp
PresetBundle.cpp
PresetHints.cpp
Tab.cpp
Tab.hpp
wxExtensions.cpp
wxExtensions.hpp
2019-09-03 10:29:17 +02:00
a29b25d239
Fixed couple of warnings in GUI_ObjectList.cpp and GUI_ObjectSettings.cpp
2019-09-02 16:27:48 +02:00
afc75be0e0
Fixed SPE-1014 (Support settings in context menu for modifier)
2019-09-02 14:44:00 +02:00
a085ad1457
Update of "Volumes in Objects reordered" undo / redo message
2019-08-29 11:16:14 +02:00
ba58c3438a
Another round of translation adjustments.
2019-08-28 15:12:55 +02:00
039e4bbcff
Improved wording of some UI texts and tooltips.
2019-08-27 11:39:51 +02:00
e00d0b7f22
Some refactoring for ObjectList::remove() for the purpose of getting correct Undo/Redo snapshots
2019-08-23 12:32:58 +02:00
f4ed1b65a5
Fixed "split to part" for Undo/Redo stack
2019-08-22 15:43:06 +02:00
2b5d5ab1b5
Windows specific fix of extruder selection and object editing
...
at the object list: When clicking on a column of an already selected line,
simulate ENTER key to enter the editing mode. This works most of the time,
but not 100% reliably.
solves the arthritis issue #1606
2019-08-22 11:47:58 +02:00
5309d1c0ca
Fixed default transparency for ColorPicker from sidebar (was appeared under OSX for empty extruder color).
...
+ Fixed wrong getting of instance printable value inside add_object_to_list()
2019-08-20 15:27:51 +02:00
b86c156e4b
Set list manipulation action on LeftButton too
...
Note: Doesn't work under OSX
2019-08-20 13:01:01 +02:00
9e540e3450
Update volumes on 3DScene, after adding of part for unprintable object
2019-08-16 13:14:51 +02:00
f275ad17db
GTK issue: Fixed layer range editing.
...
Bug description: When try to change min/max Z value, object is unselected and layers "planes" on 3DScene are wrong positioned
2019-08-09 17:47:35 +02:00
ab2ecd54e2
Added snapshot taking for Set Printable/Unprintable for full object
2019-08-07 15:39:46 +02:00
5babe20d93
Added printable state update on canvas from Undo/redo
2019-08-07 14:28:46 +02:00
d4c5f93310
Added printable property for object with instances
2019-08-07 14:11:41 +02:00
36742b4873
Merge remote-tracking branch 'remotes/origin/master' into ys_printable_property
2019-08-07 08:43:11 +02:00
a3c05b8700
Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer
2019-08-06 19:53:47 +02:00
5def2c93f6
Fix of a Linux / GTK specific crash on deleting of Layers from the side panel: wxWidgets / GTK internally delays the EnsureVisible() call to Idle processing. If the item is deleted after EnsureVisible() is planned and before the Idle processed, the Idle processing routine works with deleted data
2019-08-06 19:53:20 +02:00
987f5e5728
Fixed control of options category for single material profiles
2019-08-06 19:02:17 +02:00
0fcc6cb159
Merge remote-tracking branch 'origin' into ys_printable_property
2019-08-06 10:31:17 +02:00
af0ab411d9
Fixed selection after multiple selected Copy/Paste
2019-08-06 09:41:09 +02:00
203aab6fd6
Implemented update on canvas of a printable state for new volumes added from ObjectList
2019-08-05 14:57:30 +02:00
9622a88d6a
Wording improvmenet of some error message.
2019-08-05 14:54:29 +02:00
d74b6cbc1d
Fixed OnContextMenu() under OSX
2019-08-05 11:02:56 +02:00
13966f11d7
Added call a toggle printable property for instance from ObjectList
2019-08-05 10:05:28 +02:00