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
|
81edc7d752
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Gizmo scale grabber connections
|
2022-01-20 08:28:50 +01:00 |
|
enricoturri1966
|
0b6e2b4aec
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Gizmo move grabber connections
|
2022-01-19 15:08:59 +01:00 |
|
enricoturri1966
|
6201dad245
|
Tech ENABLE_COLOR_CLASSES set as default
|
2022-01-14 08:19:00 +01:00 |
|
enricoturri1966
|
cd4094743e
|
Tech ENABLE_COLOR_CLASSES - 1st installment -> Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation
|
2021-12-22 10:45:35 +01:00 |
|
Filip Sykala
|
03d0e36f2f
|
Merge branch 'dev' into fs_mouse
# Conflicts:
# src/slic3r/GUI/Gizmos/GLGizmoBase.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.hpp
# src/slic3r/GUI/Gizmos/GLGizmoPainterBase.hpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.hpp
|
2021-12-14 11:13:42 +01:00 |
|
Filip Sykala
|
123903f317
|
Clean up GLGizmoManagaer
Clean up GLGizmoBase
|
2021-12-10 14:58:06 +01:00 |
|
enricoturri1966
|
e3d5cd445c
|
Gizmos refactoring - Removed GLModels defined into GLGizmoBase, and mostly unused, to avoid wasting GPU memory. Use a shared GLModel for Gizmos inheriting from GLGizmoPainterBase. Initialization of GLModels moved from constructor to render methods
|
2021-12-10 11:28:12 +01:00 |
|
Filip Sykala
|
c751d6327d
|
Separate GizmoManager on_move into gizmo itself
|
2021-12-10 09:09:53 +01:00 |
|
Vojtech Bubnik
|
9d29eddf16
|
WIP: admesh eradication
follow-up to 58d8ab3deaaac1049439728d5a0f46c4b6a592f5
|
2021-09-14 14:51:40 +02:00 |
|
Lukas Matena
|
a4300b8e64
|
Naming of the entering/leaving snapshots is now more generic,
it uses the actual name of the gizmo. Also, the keyboard shortcut
is now appended to the name, instead of being duplicated in it.
|
2021-09-03 13:53:07 +02:00 |
|
enricoturri1966
|
66d43b882e
|
Fixed calls set_uniform(emission_factor, xx) to use floats
|
2021-08-04 11:58:50 +02:00 |
|
enricoturri1966
|
b24488ce51
|
Tech ENABLE_SINKING_CONTOURS -> Sinking contours shown while dragging Move/Rotate/Scale gizmos and show contours for gizmo cut
|
2021-07-27 13:02:06 +02:00 |
|
enricoturri1966
|
fd5cf8d0cc
|
Refactoring in GLModel::render() to simplify client code
|
2021-07-20 12:36:56 +02:00 |
|
enricoturri1966
|
c61785f775
|
Tech ENABLE_SEQUENTIAL_LIMITS set as default
|
2021-07-20 12:05:15 +02:00 |
|
enricoturri1966
|
f0354b43c1
|
Fixed conflicts after merge with master + fixed rendering of hovered gizmo grabbers
|
2021-05-31 12:54:48 +02:00 |
|
Lukas Matena
|
8c560522a3
|
Fixed rendering of gizmo grabbers
|
2021-05-28 16:44:13 +02:00 |
|
enricoturri1966
|
f69bd75464
|
Fixed rendering of gizmos' grabbers
|
2021-05-28 16:44:13 +02:00 |
|
enricoturri1966
|
9605d10caa
|
Unified color definition
|
2021-05-28 16:44:13 +02:00 |
|
enricoturri1966
|
e648368934
|
Removed unneeded calls to GL_LIGHTING
|
2021-05-28 16:44:13 +02:00 |
|
Lukas Matena
|
2e24e689fa
|
Grabbers and support points appearence tweaking, some refactoring
|
2021-05-28 16:44:13 +02:00 |
|
Lukas Matena
|
97b7ef7dc0
|
Removed GLU calls from all the gizmos
|
2021-05-28 16:44:13 +02:00 |
|
enricoturri1966
|
a0ed240af1
|
Generate gizmos' tooltip on demand
|
2020-03-16 16:37:22 +01:00 |
|
Enrico Turri
|
dad09c737c
|
ENABLE_GIZMO_ICONS_NON_ACTIVABLE_STATE set as default
|
2020-01-17 10:34:32 +01:00 |
|
Enrico Turri
|
57d069bd0a
|
Some rework on layout of imgui dialogs
|
2019-12-11 15:30:25 +01:00 |
|
Enrico Turri
|
a7b12f97db
|
Gray icons for gizmos in disabled state
|
2019-12-09 15:21:18 +01:00 |
|
bubnikv
|
2d7f478dac
|
Finished picking by color with a checksum in the alpha channel
to guard against unwanted alpha blending and / or multi sampling.
|
2019-08-07 14:15:38 +02:00 |
|
Enrico Turri
|
da1fa0b6e3
|
Refactoring of GLGizmosXX classes to cleanup their interface
|
2019-07-17 12:06:23 +02:00 |
|
Enrico Turri
|
cc70c8dff9
|
Tech ENABLE_SVG_ICONS set as default
|
2019-07-12 10:13:35 +02:00 |
|
Enrico Turri
|
d69c98b48d
|
Constrained gizmo-scaling -> code cleanup and simplification
|
2019-05-10 13:07:59 +02:00 |
|
Enrico Turri
|
128da453d5
|
1st installment of constrained gizmo-scaling
|
2019-05-10 11:13:55 +02:00 |
|
bubnikv
|
8126ec33fc
|
Fixed localization of 3D scene toolbar tips.
|
2019-05-09 17:18:03 +02:00 |
|
Enrico Turri
|
d8f28bc31a
|
Follow-up of 1fbdf7bdaa15127763624e9391cfb873989d79e8 -> Fixed grabbers size for move gizmo and grabbers dragging size
|
2019-04-15 15:05:26 +02:00 |
|
Enrico Turri
|
d795f07e7b
|
Added glsafe() around OpenGL calls where missing
|
2019-03-27 14:42:09 +01:00 |
|
Enrico Turri
|
1fbdf7bdaa
|
Gizmos' grabbers size made uniform as the mean value of the selection's bounding box sides
|
2019-03-26 14:53:32 +01:00 |
|
Enrico Turri
|
80c1a8d8e4
|
GLCanvas3D::Selection as a standalone class
|
2019-03-19 13:30:21 +01:00 |
|
Lukas Matena
|
e813a562a1
|
Removed technology ENABLE_IMGUI
|
2019-03-18 11:45:15 +01:00 |
|
Lukas Matena
|
d3c8e3166e
|
Separated gizmos into individual files
|
2019-03-18 11:45:15 +01:00 |
|