Commit Graph

55 Commits

Author SHA1 Message Date
Enrico Turri
dbb1671801 Fixed scaling of multivolumes selection - Added local scale by pressing Alt key while dragging the scale gizmo 2018-11-20 15:39:36 +01:00
Enrico Turri
56223b0279 Fixed gizmos overlay rendering/selection by adding GLGizmoBase::is_selectable() method 2018-11-19 14:46:37 +01:00
Vojtech Kral
f9d72376d0 Fix build 2018-11-19 11:39:17 +01:00
Vojtech Kral
6f3e386e85 Cutting 2018-11-18 21:20:47 +01:00
Lukas Matena
a6eb54ca79 Proper hiding of the SLA supports gizmo in FDM mode 2018-11-15 18:16:13 +01:00
Enrico Turri
b77d4ad2cb Fixed length of grabbers for rotate 3D gizmo 2018-11-15 10:16:51 +01:00
Enrico Turri
1e966879b8 Small refactoring 2018-11-14 13:49:41 +01:00
Enrico Turri
00ed1962b7 Snap in gizmo move 3D when holding Shift pressed 2018-11-14 13:29:57 +01:00
Enrico Turri
564b924b14 Snap in gizmo scale 3D when holding Shift pressed 2018-11-14 12:57:12 +01:00
Enrico Turri
1d7f076402 Gizmos rotate, move and scale rendered on top of geometry 2018-11-14 10:43:52 +01:00
tamasmeszaros
96c4b92a90 Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend
# Conflicts:
#	src/libslic3r/SLAPrint.hpp
2018-11-13 17:50:17 +01:00
tamasmeszaros
762abd2406 zip file output dialog and status indication for sla in the statusbar. 2018-11-13 11:53:54 +01:00
Enrico Turri
6a25fe598c Grabbers of different length in rotate 3D gizmo to avoid overlap at 90 degrees 2018-11-13 11:52:13 +01:00
tamasmeszaros
aaf352a92d Merge remote-tracking branch 'origin/tm_sla_supports_backend' into dev_native 2018-11-12 17:42:20 +01:00
tamasmeszaros
9a2ff9d816 support generation when support point is added or removed. Rendering interface for SLA supports 2018-11-12 17:35:57 +01:00
Enrico Turri
eb52574e46 Enhanced volumes manipulation 2 (scaling in local system) 2018-11-12 09:54:04 +01:00
tamasmeszaros
082cdee6f9 Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend 2018-11-08 16:19:22 +01:00
tamasmeszaros
4200286873 remove SLAPrint and its integration 2018-11-08 16:18:05 +01:00
tamasmeszaros
e73f0757f9 slaprint with dummy backround processing in plater. 2018-11-08 16:01:21 +01:00
Enrico Turri
5af393c82e Fixed crash in void GLGizmoSlaSupports::update_mesh() 2018-11-08 14:55:25 +01:00
tamasmeszaros
23c8b31fd0 Comments and SLA stage definitions. 2018-11-07 16:08:04 +01:00
tamasmeszaros
93eea277df Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports 2018-11-07 15:30:41 +01:00
tamasmeszaros
962678f3ba SLAPrint concept under its way. 2018-11-07 15:29:13 +01:00
tamasmeszaros
a2f1dfdb98 Trying to engage support creation when the gizmo gets disabled. 2018-11-06 18:01:18 +01:00
Lukas Matena
536172950d Flatten gizmo should now work with multiple selection 2018-11-02 15:20:26 +01:00
Enrico Turri
0e241917ec Use Transform3d in place of Transform3f as parameter of mesh transform functions 2018-11-02 13:47:47 +01:00
Enrico Turri
8bd37b6d28 Translation of ModelVolume as transformation component (without modifying the mesh) 2018-11-02 12:11:28 +01:00
Lukas Matena
494dc899f3 Added a special (temporary) icon for SLA supports gizmo, removed igl files from xs/src 2018-11-02 10:22:48 +01:00
Enrico Turri
605237d262 Refactoring 2018-11-01 14:25:10 +01:00
Enrico Turri
fff76c6aae New selection set as default 2018-11-01 10:06:55 +01:00
Enrico Turri
dba939752d Removed obsolete references to tech ENABLE_MODELINSTANCE_3D_FULL_TRANSFORM 2018-11-01 08:50:54 +01:00
Enrico Turri
108110940c Mirror component of transformations set as default 2018-11-01 08:46:44 +01:00
Enrico Turri
e348d471e5 Added Geometry::Transformation class. Use it into ModelInstance, ModelVolume and GLVolume 2018-10-31 14:56:51 +01:00
Enrico Turri
71e85aaf2d Translate entire selection when user clicks and drags on a selected volume 2018-10-30 11:18:15 +01:00
Lukas Matena
9baec79025 Merged branch 'dev_native' into lm_sla_supports_auto
Added igl library files
2018-10-26 15:45:52 +02:00
Enrico Turri
02f407be9a Tooltip when hovering on gizmo icons 2018-10-25 09:35:08 +02:00
Enrico Turri
4b56abce83 Rotate gizmo -> Grabbers showing tooltip also on hover for single instance selection. 2018-10-24 14:12:33 +02:00
Enrico Turri
a50b7ccb0f Scale gizmo -> Grabbers showing tooltip also on hover for single instance selection. 2018-10-24 13:56:43 +02:00
Enrico Turri
45765f7748 Move gizmo -> 1) Grabbers showing tooltip also on hover for single instance selection. 2) Tooltip showing current position for single instance selection. 2018-10-24 13:28:35 +02:00
Enrico Turri
721487d8c3 Planes of gizmo flatten visible from both sides 2018-10-19 13:26:42 +02:00
Enrico Turri
0f87dec1fa New selection -> Fixed scale gizmo when mirror components are enabled 2018-10-19 11:24:27 +02:00
Enrico Turri
dfcb2dfa36 Fixed euler angles in gizmo flatten 2018-10-19 09:32:10 +02:00
Enrico Turri
8996c0afef New selection -> Improved gizmos activation 2018-10-16 14:56:35 +02:00
Enrico Turri
3756533cea New selection -> Tighter bounding box for selections, tweaks to gizmo flatten and fix of instances update 2018-10-16 13:49:40 +02:00
Enrico Turri
069be62c6f ModelInstance's full 3D transform set as default 2018-10-16 09:51:30 +02:00
Enrico Turri
8fcd39abf8 Simplified algorithm for update of gizmo move and scale 2018-10-15 15:21:37 +02:00
Enrico Turri
52aa8b8773 New selection -> Improved gizmo scale rendering and behavior 2018-10-15 13:22:36 +02:00
Enrico Turri
334b2e4675 New selection -> Gizmos methods refactored to accept selection instead of bounding box and scale gizmo in local system for single instance selections 2018-10-15 11:30:50 +02:00
Enrico Turri
d83a1865b5 Small refactoring into GLGizmoBase::Grabber 2018-10-12 16:18:37 +02:00
Enrico Turri
76d36051b0 Modified rendering of gizmo scale 3D 2018-10-12 14:23:34 +02:00