enricoturri1966
|
aa4714a239
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed OpenGL legacy calls from GLCanvas3D::init()
|
2022-02-10 15:17:24 +01:00 |
|
enricoturri1966
|
fa1ff1c357
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Another refactoring to simplify client code of GLModel::Geometry
|
2022-02-10 14:39:02 +01:00 |
|
Filip Sykala
|
74cf6649f3
|
Merge branch 'master' into fs_mouse
|
2022-02-10 10:26:04 +01:00 |
|
enricoturri1966
|
4d2d77e99c
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Adapt GLModel::Geometry index format in dependence of data size, where possible
|
2022-02-09 10:05:49 +01:00 |
|
enricoturri1966
|
be6b6590be
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring to simplify client code of GLModel::Geometry
|
2022-02-09 09:15:20 +01:00 |
|
enricoturri1966
|
92aa6540f5
|
Tech ENABLE_SHOW_TOOLPATHS_COG - Show toolpaths center of gravity
|
2022-02-08 12:57:56 +01:00 |
|
Filip Sykala
|
0c40e2f8c8
|
Merge branch 'master' into fs_mouse
# Conflicts:
# src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.hpp
|
2022-02-08 10:43:29 +01:00 |
|
Lukas Matena
|
5c616c5931
|
Sync to 2.4.1-beta1
|
2022-02-01 14:16:13 +01:00 |
|
Lukas Matena
|
ebb9041041
|
Merge branch 'master' into stable - no conflicts fixed
|
2022-02-01 14:15:18 +01:00 |
|
enricoturri1966
|
238516a660
|
Fixed conflicts after merge with dev branch
|
2022-01-29 09:50:55 +01:00 |
|
enricoturri1966
|
aea68c75f3
|
Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into dev
|
2022-01-28 16:50:15 +01:00 |
|
enricoturri1966
|
1a47211bfc
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Textures rendering
|
2022-01-28 16:50:07 +01:00 |
|
Lukáš Hejl
|
4387436525
|
Fixed memory leak in GLCanvas3D::_load_print_object_toolpaths() and GLCanvas3D::_load_wipe_tower_toolpaths().
|
2022-01-28 14:43:10 +01:00 |
|
enricoturri1966
|
eda55701a2
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Background rendering
|
2022-01-28 11:30:04 +01:00 |
|
enricoturri1966
|
a939d8e4c0
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Layers editing profile's background texture rendering
|
2022-01-27 15:45:55 +01:00 |
|
enricoturri1966
|
8c807dbcc4
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - A few fixes in layers editing profile rendering
|
2022-01-27 15:19:29 +01:00 |
|
enricoturri1966
|
9d764bfeac
|
Code cleanup in Selection and GLCanvas3D
|
2022-01-27 13:17:32 +01:00 |
|
enricoturri1966
|
983a4de60d
|
Fixed conflicts after merge with dev branch
|
2022-01-27 12:03:46 +01:00 |
|
enricoturri1966
|
afcac6e2ea
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring of GLModel to:
1) allow for custom vertex data layout
2) allow for custom index data format
3) allow for any OpenGL primitive type
|
2022-01-27 12:00:51 +01:00 |
|
enricoturri1966
|
c823ea0710
|
Fixed build on asan linux
|
2022-01-25 16:20:33 +01:00 |
|
enricoturri1966
|
7150e0adda
|
Follow-up of f2a7245f36 - Apply clamping max bounding box to avoid z-fighting only in gcode preview
|
2022-01-25 13:59:10 +01:00 |
|
enricoturri1966
|
12763c0a53
|
#7785 - 3D view tooltip position as a function of mouse cursor size on Windows
|
2022-01-24 14:24:10 +01:00 |
|
enricoturri1966
|
35dd03e8cb
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Camera target
|
2022-01-21 12:07:54 +01:00 |
|
enricoturri1966
|
05dec1bee9
|
Fix in debug tech ENABLE_SHOW_CAMERA_TARGET
|
2022-01-21 11:44:13 +01:00 |
|
enricoturri1966
|
2673994471
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - LayersEditing profile
|
2022-01-21 11:03:25 +01:00 |
|
enricoturri1966
|
0e3a3aa522
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - GLGizmoPainterBase circle
|
2022-01-21 09:33:52 +01:00 |
|
enricoturri1966
|
18e2cc2298
|
Tech ENABLE_SHOW_NON_MANIFOLD_EDGES - 1st installment - Calculate and show in 3D view non-manifold edges as lines
|
2022-01-20 13:32:24 +01:00 |
|
Filip Sykala
|
f23c356507
|
Merge branch 'dev' into fs_mouse
# Conflicts:
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.hpp
# src/slic3r/GUI/Gizmos/GLGizmoScale.cpp
# src/slic3r/GUI/Gizmos/GLGizmoScale.hpp
|
2022-01-20 09:25:06 +01:00 |
|
enricoturri1966
|
f2a7245f36
|
Fixed Z-fighting in GCode preview when using GCode substitution
|
2022-01-19 09:28:50 +01:00 |
|
enricoturri1966
|
bebb5505a3
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Selection layers hints
|
2022-01-18 13:47:19 +01:00 |
|
enricoturri1966
|
22f38235ea
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - 1st installment - Selection bounding box
|
2022-01-18 10:42:46 +01:00 |
|
enricoturri1966
|
2cebe16663
|
Tech ENABLE_WIPETOWER_OBJECTID_1000_REMOVAL - Removal of wipe tower magic object_id equal to 1000
|
2022-01-17 15:56:58 +01:00 |
|
enricoturri1966
|
cfe8aa4818
|
Tech ENABLE_OBJECT_MANIPULATOR_FOCUS - 1st installment - Do not automatically set focus on 3D scene while hovering on it while the focus is into a field of the object manipulator
|
2022-01-17 12:17:59 +01:00 |
|
enricoturri1966
|
403f6d45f9
|
Refactoring - Removed member variable GLVolume::force_transparent
|
2022-01-17 08:24:46 +01:00 |
|
enricoturri1966
|
6f9efbf19a
|
Follow-up of 9190810c1f - Modified code to use the new ColorRGBA
|
2022-01-17 08:16:13 +01:00 |
|
enricoturri1966
|
a9bd58639c
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into dev
|
2022-01-17 08:05:41 +01:00 |
|
enricoturri1966
|
9190810c1f
|
Fixed volume transparency when changing volume type
|
2022-01-17 08:04:07 +01:00 |
|
enricoturri1966
|
72b8b75c4c
|
Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_new_camera_movements
|
2022-01-14 11:24:31 +01:00 |
|
enricoturri1966
|
b9b702d550
|
Fixed conflicts after merge with branch dev
|
2022-01-14 09:55:13 +01:00 |
|
enricoturri1966
|
2549b5ff48
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_new_camera_movements
|
2022-01-14 08:28:11 +01:00 |
|
enricoturri1966
|
6201dad245
|
Tech ENABLE_COLOR_CLASSES set as default
|
2022-01-14 08:19:00 +01:00 |
|
enricoturri1966
|
a2dc1cd446
|
Fixed conflicts after merge with dev branch
|
2022-01-12 15:54:48 +01:00 |
|
YuSanka
|
ced6d26917
|
Merge remote-tracking branch 'origin/master' into dev
|
2022-01-12 15:05:31 +01:00 |
|
enricoturri1966
|
243f5c38ee
|
Tech ENABLE_ENHANCED_IMGUI_SLIDER_FLOAT set as default
|
2022-01-12 13:36:31 +01:00 |
|
enricoturri1966
|
b4308f4245
|
Tech ENABLE_MODIFIERS_ALWAYS_TRANSPARENT set as default
|
2022-01-12 12:35:36 +01:00 |
|
enricoturri1966
|
7274d2bb6e
|
Fixed warning
|
2022-01-11 09:43:43 +01:00 |
|
enricoturri1966
|
acd225cee2
|
Techs ENABLE_NEW_CAMERA_MOVEMENTS_XXXX - 1st installment - Modified camera manipulation and selection by mouse
|
2022-01-11 09:09:09 +01:00 |
|
enricoturri1966
|
8d638a77e5
|
Refactoring of GLCanvas3D::check_volumes_outside_state() to prevent assert while using SLA printer
|
2022-01-05 11:17:39 +01:00 |
|
enricoturri1966
|
1019792884
|
Fixed conflicts after merge with dev branch
|
2022-01-03 10:09:38 +01:00 |
|
enricoturri1966
|
34a640a4a9
|
Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_color_class
|
2022-01-03 09:33:05 +01:00 |
|