Commit Graph

7404 Commits

Author SHA1 Message Date
21cb489077 WIP: imgui: Fix GLSL version enumeration 2018-11-27 16:57:37 +01:00
f203f6fbd9 ColorPrint improvement
+ Select "Color Print" preview type if it's not after add/delete new color change
+ Added level heights to the color legend instead of "Color N"
2018-11-27 16:04:56 +01:00
4c8f3f6ea7 SLA slices preview - wip 4 2018-11-27 15:36:31 +01:00
e6369fe548 SLA slices preview - wip 3 2018-11-27 14:50:57 +01:00
21d5acfdd7 Support points existence validation. 2018-11-27 13:52:42 +01:00
cc557b8a7f Yet more fix of ENABLE_IMGUI 2018-11-27 12:51:50 +01:00
b1883331f0 Update build notes in /doc 2018-11-27 12:16:36 +01:00
d0b6beaaaa One more fix of ENABLE_IMGUI 2018-11-27 12:00:44 +01:00
2585e3103d imgui: Fix ENABLE_IMGUI, disable on OS X for now 2018-11-27 11:28:19 +01:00
db4ceaa5fa DoubleSlider improvement
+ added thicks selection by mouse in the DoubleSlider
 + Click on the Unlock icon on DoubleSlider => set Min and Max slider values
2018-11-27 11:13:00 +01:00
3f0ea223d1 Speeding up the auto rotation algorithm (decreasing accuracy) 2018-11-27 11:09:25 +01:00
415a4fa02b Correcting parameter name changes and the additional slaposIndexSlices step 2018-11-27 11:06:25 +01:00
85e81a2a21 SLA support points gizmo: Limit manipulation to an active instance
(the first instance selected), show the points on other instances
grayed out.
2018-11-26 20:39:18 +01:00
3fa099bd1a Fix of SLA support gizmos:
Fix of the Z offset.
Background processing is now not re-triggered during dragging
of a support point.
2018-11-26 19:22:16 +01:00
9a20578daf Build: Fix ASan on OS X 2018-11-26 19:02:30 +01:00
4ca8fc0aeb Cut: Fix lower part rotation 2018-11-26 17:43:27 +01:00
3b20d03e1d Cut: Preserve Z-rotation, fix upper part mesh position,
perform custom placing instead of arrange()
2018-11-26 17:09:37 +01:00
693bee7b79 Fixed typo in the previous commit. 2018-11-26 16:42:09 +01:00
e58bd486c2 Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2018-11-26 16:33:23 +01:00
60e456c8f4 Another libigl fix: Don't pass Eigen memory aligned objects by value. 2018-11-26 16:33:12 +01:00
21a1106776 SLA support points are rendered with regard to sla_shift_z 2018-11-26 16:32:42 +01:00
f8bc7cb959 Implementation of the "ColorPrint" on the 3DScene 2018-11-26 16:28:12 +01:00
b153c8cb20 SLA slices preview - wip 2 2018-11-26 16:17:59 +01:00
a4e204012d Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2018-11-26 15:58:14 +01:00
f55ddbb1e3 Fixed an libligl AABB assignment operator: memory aligned structures
shall not be passed as "by value" parameters. This is explicitely
warned against in the Eigen manual:
https://eigen.tuxfamily.org/dox/group__TopicPassingByValue.html
2018-11-26 15:57:58 +01:00
878c7ee3d7 SLA support point gizmo - ImGui experimental overlay plus a small bugfix related to point deletion 2018-11-26 15:54:37 +01:00
52c9dd3252 Enabled compilation of SLA libigl dependent code to see what errors
will come out of the build server.
2018-11-26 15:44:13 +01:00
ebbce32158 Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2018-11-26 15:19:58 +01:00
b5c56caf6f Fixed an issue with the SLA Z offset at the end of slicing,
fixed compilation on OSX due to the libigl overriding our "L" localization
macro.
2018-11-26 15:19:42 +01:00
4ca302ba6a SLA slices preview - wip 2018-11-26 15:16:35 +01:00
2a31f5e6fc Refinement of the slice index interface 2018-11-26 15:09:29 +01:00
c72522d566 Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2018-11-26 14:54:35 +01:00
cc283571e7 Fixed compilation issues on osx 2018-11-26 14:54:23 +01:00
5f43ec1b78 Merge remote-tracking branch 'origin/master' into tm_sla_supports_backend 2018-11-26 14:49:31 +01:00
f76560bcc5 Initial interface for slice index. 2018-11-26 14:43:28 +01:00
a378bb7bed Removed some obsolete Perl bindings.
Removed libslic3r from the default include paths for all modules but
libslic3r. Now headers from libslic3r need to be included with an
explicit path (libslic3r/libslic3r.h etc)
Split the localization macros into I18N.{cpp,h}
2018-11-26 14:41:58 +01:00
63faa917a9 Cut: Re-center objects after cut 2018-11-26 13:35:37 +01:00
9f2fdfabb9 Lay flat gizmo should work correctly with multiple instances and modifier meshes 2018-11-26 13:03:03 +01:00
d28d4823e0 SLA support points gizmo - multiple instance support 2018-11-26 13:03:03 +01:00
e038c3a20d Merge branch 'master' of https://github.com/prusa3d/Slic3r 2018-11-26 12:11:37 +01:00
25f4f1fe55 Cut: Use world coordinates 2018-11-26 12:08:10 +01:00
63996f5ba1 Fixed update of GLCanvas3D::m_moving member 2018-11-26 11:49:04 +01:00
c29493a41b imgui: Refactor, use in cut gizmo 2018-11-26 11:16:39 +01:00
763b443459 imgui: Update 2018-11-26 10:57:14 +01:00
31a29e8a32 Added NotoSans font 2018-11-26 10:57:13 +01:00
57e9d28a84 Added ImGuiWrapper 2018-11-26 10:57:12 +01:00
5c054d11ca Added imgui library 2018-11-26 10:56:41 +01:00
b94f19eaf4 Added method GLCanvas3D::is_dragging() 2018-11-26 10:41:16 +01:00
da0b9b9b75 Generate EVT_GLCANVAS_MOUSE_DRAGGING_FINISHED event after an object has been dragged on scene 2018-11-26 08:36:31 +01:00
9258ca8cc6 Further removal of the 3DScene / GLCanvas3DManager scaffold. 2018-11-23 17:15:17 +01:00