ps_copyright
f32859c302
final copyright headers
2023-09-01 14:49:07 +02:00
Lukas Matena
5de69b962e
MeshRaycaster: added a function to check for mesh-line intersections
2023-07-31 16:04:41 +02:00
Lukas Matena
2aa55ef950
Cut: fixed an issue when the view rotates to the other side of the plane
2023-05-12 15:40:40 +02:00
Lukas Matena
7b576d3312
Cut:
...
- fixed incomplete message about invalid connectors
- added detection of a connectors placed on an internal contour
- fixed a hang during part selection calculation when a contour was too small
2023-05-12 15:40:40 +02:00
Lukas Matena
ab0ade0539
Cut: contours indexing no longer breaks when the normal is inverted,
...
detection of the situation when all parts are assigned to one side
2023-05-12 15:40:40 +02:00
Lukas Matena
d0ee5e7ca3
Cut: ObjectClipper now allows to not render all the contours
2023-05-12 15:40:40 +02:00
Lukas Matena
e5b66f125f
Cut: experiment with selecting parts:
...
Instead of clicking on contours, the user would click on the object itself.
Right mouse button is used currently.
Many loose ends ! Really just an experiment.
2023-05-12 15:40:40 +02:00
YuSanka
1c4d43b3a4
Cut WIP: Use contours to perform a cut.
2023-05-12 15:40:39 +02:00
enricoturri1966
373ae1e19d
Tech ENABLE_WORLD_COORDINATE set as default
2023-03-08 11:52:17 +01:00
Lukas Matena
1ec9453800
Cut gizmo: fixed contour with scaled objects
2023-02-03 15:53:56 +01:00
tamasmeszaros
fc9b7ed59c
Merge branch 'master' into et_tm_sla_volumes_6-SPE-1285
2023-01-13 11:02:06 +01:00
tamasmeszaros
a4e50f8219
Fix gizmo cut previews
...
When using legacy hole drilling algorithm
2023-01-11 14:54:09 +01:00
Filip Sykala - NTB T15p
e8e50b50f1
Project text origin on object surface when use surface is set. When no intersection thans closest point is selected
...
(@vojta wants it)
2022-12-15 19:27:58 +01:00
Lukas Matena
d2c8d628b9
Fixed a bug in Cut gizmo - contour width was not updating correctly
2022-12-07 16:15:25 +01:00
Lukas Matena
595ef873ad
Change the way how cut gizmo detects hits on cut plane:
...
it did not work well on meshes with overlapping surfaces
2022-12-07 16:15:25 +01:00
enricoturri1966
028dfb5d9e
Tech ENABLE_LEGACY_OPENGL_REMOVAL set as default
2022-12-06 12:17:01 +01:00
enricoturri1966
6f18f8f784
Tech ENABLE_RAYCAST_PICKING set as default
2022-12-05 10:24:30 +01:00
enricoturri1966
ce46a1d03d
Removed debug code
2022-12-02 12:26:28 +01:00
Lukas Matena
5382f4077a
Measurement: Partially fixed the common gizmo raycaster for self-intersecting meshes
2022-12-02 12:00:26 +01:00
YuSanka
e07843e6fb
Cut: Fixed visualization of the selected connectors which are conflict
...
+ Back port a Lukas's code for enable/disable current contour
2022-12-01 16:44:36 +01:00
YuSanka
bba6d8b94d
Merge remote-tracking branch 'PRIVATE/master' into ys_cut
2022-10-25 16:16:36 +02:00
YuSanka
18edc71254
Cut WIP: Code refactoring for ae21667786
...
+ ObjectList: Fixed list of the types for "Change type" dialog, when object is cut.
+ CutGizmo:
* Warning line is extended for information about invalid connectors
* Fixed a crash on undo/Redo, when cutGizmo is active
2022-10-25 15:54:52 +02:00
YuSanka
ae21667786
Cut WIP: First implementation for detection of the invalid connectors position
...
Implemented cases:
* overlap of some connectors
* check if some connector position is outside of clipper
2022-10-24 16:57:02 +02:00
Lukas Matena
d7db5bde1a
Fixed z-fighting between cut contours and cut plane
2022-10-21 09:06:00 +02:00
enricoturri1966
43cc8f8cbf
Fixed crash in MeshClipper::recalculate_triangles()
2022-10-20 15:46:07 +02:00
Lukas Matena
a6f94193d5
Cut: Fix transformations, make contour not scale with object
2022-09-21 09:05:53 +02:00
Lukas Matena
75f3d1bddb
Cut: fix cutting plane when object is anisotropically scaled
2022-09-19 11:19:18 +02:00
Lukas Matena
d7f55253cd
Cut: allow enabling/disabling an island
2022-09-19 11:19:18 +02:00
YuSanka
dda346b70a
After merge fixes
2022-08-08 14:58:13 +02:00
YuSanka
2ac3861b2a
Merge remote-tracking branch 'PRIVATE/master' into ys_cut
2022-08-08 10:57:38 +02:00
enricoturri1966
ca34518bcc
Fixed conflicts after merge with master
2022-07-21 08:55:52 +02:00
enricoturri1966
520261925f
Fixed conflicts after merge with master
2022-07-21 08:14:44 +02:00
YuSanka
89a7f6bdb1
Merge remote-tracking branch 'origin/ys_wx317_master' into ys_cut
2022-06-29 11:44:11 +02:00
tamasmeszaros
d23f9d7674
Refactoring and performance optimization for support trees in SLA
2022-06-29 10:43:46 +02:00
enricoturri1966
ae76468f7c
Tech ENABLE_RAYCAST_PICKING - Partial revert of 89ac9326280083de5325bc19950299842902d5b1 - Restored rectangle selection using encoded colors rendering
2022-06-28 14:12:57 +02:00
enricoturri1966
cfc3988b9f
Tech ENABLE_RAYCAST_PICKING - 1st installment - Raytraced picking of printbed
2022-06-10 13:20:52 +02:00
enricoturri1966
cd6155293b
Fixed conflicts after merge with master
2022-06-07 11:10:19 +02:00
enricoturri1966
00878fb330
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES merged into ENABLE_WORLD_COORDINATE
...
Fixed conflicts during rebase with master
2022-06-06 13:36:29 +02:00
enricoturri1966
7e72963293
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - 1st installment. Geometry::Transformation modified to store data in a single matrix, without store the matrix components
...
Fixed conflicts during rebase with master
2022-06-03 13:58:36 +02:00
enricoturri1966
1a1cf108fc
Tech ENABLE_GL_SHADERS_ATTRIBUTES merged into ENABLE_LEGACY_OPENGL_REMOVAL
...
Fixed conflicts during rebase with master
2022-05-26 10:50:32 +02:00
Lukas Matena
ef26b1abeb
Cut gizmo: cut by line does not rely on mesh raycasters
2022-05-16 11:44:30 +02:00
YuSanka
90e359c5d4
Cut WIP: Implemented "Cut By Line"
2022-05-09 11:23:05 +02:00
YuSanka
6fcb6afd81
After merge fixes
2022-04-14 11:02:56 +02:00
YuSanka
91a1cd30a0
Merge remote-tracking branch 'origin/master' into ys_cut
2022-04-14 10:04:45 +02:00
YuSanka
f9e22513c1
Cut WIP:
...
* Added a first detection if a connector position is valid
* Code cleaning: Deleted unused set_range_and_pos function
* Some code refactoring
2022-03-31 13:59:04 +02:00
enricoturri1966
76d1d4949b
Tech ENABLE_GL_SHADERS_ATTRIBUTES - Added shaders for glsl version 140
2022-03-21 13:10:47 +01:00
YuSanka
01aa99f67f
After merge fixes
2022-03-14 14:09:10 +01:00
YuSanka
e5b10ae289
Merge remote-tracking branch 'origin/master' into ys_cut
2022-03-11 15:58:14 +01:00
enricoturri1966
f8ce187262
Tech ENABLE_LEGACY_OPENGL_REMOVAL - Refactoring of GLModel to automatically detect the data type to use into the index buffer in dependence of vertices count
2022-03-09 11:51:02 +01:00
enricoturri1966
46283cfde3
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES renamed as ENABLE_GL_SHADERS_ATTRIBUTES
2022-03-09 08:22:07 +01:00