enricoturri1966
2ede668676
Added debug imgui window to show the content of selected volumes' matrices
2023-01-05 11:52:10 +01:00
Filip Sykala - NTB T15p
b90e109b41
Fix:
...
../src/slic3r/GUI/GLCanvas3D.cpp:3474:46: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Slic3r::ModelObject*>::size_type’ {aka ‘unsigned int’} [-Wsign-compare]
../src/slic3r/GUI/GLCanvas3D.cpp:3477:58: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Slic3r::ModelVolume*>::size_type’ {aka ‘unsigned int’} [-Wsign-compare]
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:249:62: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Slic3r::ModelObject*>::size_type’ {aka ‘unsigned int’} [-Wsign-compare]
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:3603:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Slic3r::ModelObject*>::size_type’ {aka ‘unsigned int’} [-Wsign-compare]
2022-12-21 10:51:02 +01:00
Lukas Matena
84416b41e1
Follow-up to previous commit (wipe tower rotation)
2022-12-16 08:08:29 +01:00
enricoturri1966
58688139fd
Tech ENABLE_WORLD_COORDINATE - Fixed rotation of wipe tower
2022-12-16 08:08:29 +01:00
enricoturri1966
a02fc6cb3e
Tech ENABLE_WORLD_COORDINATE - Fix of Selection::mirror()
2022-12-16 08:08:28 +01:00
Filip Sykala - NTB T15p
ce2e0e7978
Merge branch 'master' into fs_emboss
2022-12-08 08:54:26 +01:00
enricoturri1966
fe3a15942b
Follow-up of 6d737f7081883071a547e0c9960813342e8388e3 - Ensure icon size is a whole number wherever is used
2022-12-07 14:50:20 +01:00
Lukas Matena
b037e5f024
Optimization: do not regenerate toolbar texture in each frame
2022-12-07 14:38:02 +01:00
Filip Sykala - NTB T15p
25bb81b9f6
Merge branch 'master' into fs_emboss
2022-12-07 13:34:40 +01:00
enricoturri1966
5351137183
(Win Only) Detection of cursor size, to place tooltips on scene, performed on tooltip text setting instead of being repeated every frame
2022-12-06 13:49:05 +01:00
enricoturri1966
028dfb5d9e
Tech ENABLE_LEGACY_OPENGL_REMOVAL set as default
2022-12-06 12:17:01 +01:00
Filip Sykala - NTB T15p
47ca06e53e
Merge branch 'master' into fs_emboss
2022-12-05 15:21:04 +01:00
enricoturri1966
6f18f8f784
Tech ENABLE_RAYCAST_PICKING set as default
2022-12-05 10:24:30 +01:00
Filip Sykala - NTB T15p
57695056ed
Merge branch 'master' into fs_emboss
2022-12-02 15:57:11 +01:00
enricoturri1966
8ef55ff82e
Tech ENABLE_RAYCAST_PICKING_DEBUG - Extended data shown into debug imgui dialog
2022-12-02 12:26:30 +01:00
enricoturri1966
2b155d5932
Gizmo measure - Hide SLA supports and pad when opening the gizmo
2022-12-02 12:26:30 +01:00
Filip Sykala - NTB T15p
0e01e6af72
Fix crash when double click on wipe tower
...
Add option to open embos gizmo by doubleclick when move scale rotate or emboss
+ fix demo opening
2022-12-01 21:14:55 +01:00
Filip Sykala - NTB T15p
d6add81319
Show imgui demo window after type "demo"
2022-12-01 17:35:17 +01:00
Filip Sykala - NTB T15p
d521df7486
Merge branch 'master' into fs_emboss
2022-11-29 18:42:23 +01:00
Filip Sykala - NTB T15p
d9cc6ecad9
Show imgui demo window
2022-11-29 18:42:11 +01:00
YuSanka
9fe4595ae7
CutGizmo: Cut plane wasn't respect to the depth
...
+ ShapesGallery: added "universal wall mount hole"
2022-11-29 16:21:45 +01:00
Vojtech Bubnik
9a682a10cb
Merge remote-tracking branch 'remotes/origin/fs_emboss'
2022-11-28 17:46:12 +01:00
Vojtech Bubnik
25da414f5c
Merge remote-tracking branch 'remotes/origin/master' into vb_treesupports
2022-11-28 10:07:39 +01:00
Filip Sykala - NTB T15p
e28f9daf1e
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Point.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.cpp
# src/slic3r/GUI/Selection.cpp
2022-11-25 11:03:50 +01:00
enricoturri1966
569db9689f
Removal of calls to Geometry::assemble_transform()
2022-11-24 14:58:20 +01:00
Filip Sykala - NTB T15p
48d4da5872
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/slic3r/GUI/GLCanvas3D.cpp
2022-11-23 12:58:45 +01:00
enricoturri1966
dbd5e4d999
Fixed rectangle selection while using orthographic camera
2022-11-22 13:59:53 +01:00
Filip Sykala - NTB T15p
7c1a513e5a
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/slic3r/GUI/GLCanvas3D.cpp
2022-11-21 10:16:25 +01:00
Vojtech Bubnik
a98467f661
Merge remote-tracking branch 'remotes/origin/master' into vb_treesupports
2022-11-18 13:26:48 +01:00
YuSanka
cf417b4a73
Fix for SPE-1366( https://dev.prusa3d.com/browse/SPE-1366 ) - InGui Search doesn't work after switch to settings tab
2022-11-09 14:27:53 +01:00
Filip Sykala - NTB T15p
fce4f1f24e
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Technologies.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
2022-11-08 13:28:43 +01:00
enricoturri1966
2ce76e27dd
Measure Gizmo - Fixed volume's color blinking when pressing SHIFT key
2022-11-08 13:08:30 +01:00
enricoturri1966
8681770eaa
Tech ENABLE_NEW_CAMERA_MOVEMENTS set as default
2022-11-08 09:05:57 +01:00
Filip Sykala - NTB T15p
c77f8373bd
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Technologies.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/Gizmos/GLGizmosManager.cpp
# src/slic3r/GUI/Plater.cpp
# src/slic3r/GUI/Selection.hpp
2022-11-07 15:44:33 +01:00
Vojtech Bubnik
3cdacd700c
Merged with master
2022-11-07 14:51:07 +01:00
enricoturri1966
236f97aded
Gizmo Measure - Fixed loss of selection when panning the view
2022-11-07 14:15:36 +01:00
enricoturri1966
a4e4a71617
Measuring: disabled rectangle selection when the Measure Gizmo is active
2022-11-03 13:37:38 +01:00
Vojtech Bubnik
6e653d9070
Merge remote-tracking branch 'remotes/origin/master' into vb_treesupports
2022-11-02 17:21:36 +01:00
enricoturri1966
48e90be2bc
Fixed conflicts after merge with master
2022-11-02 09:08:35 +01:00
enricoturri1966
da5a9277fa
Tech ENABLE_MEASURE_GIZMO set as default
2022-11-02 08:50:12 +01:00
enricoturri1966
f5e782233e
Tech ENABLE_RAYCAST_PICKING - Fixed update of raycaster active state in GLCanvas3D::reload_scene()
2022-11-01 09:15:38 +01:00
enricoturri1966
2c9d047520
Fixed conflicts after merge with master
2022-10-31 14:59:41 +01:00
YuSanka
fbcdd4191b
Merge remote-tracking branch 'PRIVATE/master' into ys_emboss_with_master
2022-10-27 13:09:55 +02:00
Vojtech Bubnik
9e9792756b
Merge remote-tracking branch 'remotes/origin/master' into vb_treesupports
2022-10-26 18:43:03 +02:00
Vojtech Bubnik
ee626eb65a
WIP: Layers split into islands, islands overlapping in Z interconnected
...
into a graph with links to the layer above / below.
In addition:
Members of LayerRegion were made private, public interface const only.
this->m_xxx replaced with just m_xxx
SurfacesPtr was made a vector of const pointers.
2022-10-26 18:41:39 +02:00
YuSanka
bba6d8b94d
Merge remote-tracking branch 'PRIVATE/master' into ys_cut
2022-10-25 16:16:36 +02:00
enricoturri1966
7ae4472827
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_surface
2022-10-24 12:57:39 +02:00
Filip Sykala - NTB T15p
e85e7a743b
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/slic3r/GUI/GLCanvas3D.cpp
2022-10-21 09:52:36 +02:00
enricoturri1966
03a256180a
Tech ENABLE_RAYCAST_PICKING - Fixed active/inactive state of scene raycasters when opening/closing a gizmo which hides non selected volumes
2022-10-20 16:35:05 +02:00
Filip Sykala - NTB T15p
a752ccb420
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Technologies.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/Selection.cpp
2022-10-19 19:35:31 +02:00