Vojtech Bubnik
6959fa6392
Experimental CGAL based code for curved text extrusion
2022-03-09 10:43:19 +01:00
Vojtech Bubnik
df9220e5a8
Constness improvmenet of Emboss::FontFile / FontManager.
...
FontFile is returned by shared_ptr<const FontFile>, which makes it clear
that the FontFile must not be modified.
Because FontFile caches glyphs, a global mutex for all FontFile instances
was added guarding the glyph cache.
FIXME change true type font index in collection atomically, by duplicating the font!
font_file->index = i;
2022-03-02 17:36:19 +01:00
Vojtech Bubnik
1648ae853d
Reworked constrained Delanay triangulation of polygons / expolygons
...
using CGAL CDT implementation:
Removed all the sets / maps, replaced with vectors and CDT vertex
intrusive indices.
Reworked the outside / inside classification using just the CDT
"constrained edge" attributes and a single queue.
2022-03-02 14:47:54 +01:00
Vojtech Bubnik
120a85d4c4
FontItem improvmement: Use default constructors to let the compiler
...
generate move constructor and move assignement.
Also used some move operators to reduce unnecessary memory allocations.
2022-03-01 16:41:52 +01:00
Vojtech Bubnik
5a1cbbc4ba
Updated CGAL to the latest release.
2022-02-28 11:06:41 +01:00
Filip Sykala
8022c64209
Fix Retina coordinate for stored popup menu position
2022-02-25 11:58:15 +01:00
Filip Sykala
ca79932d30
Reduce test to use only STB calls
2022-02-23 13:55:27 +01:00
Filip Sykala
482e510d7f
Add temporary test for win/mac
2022-02-23 13:29:26 +01:00
Filip Sykala
24207403ea
Merge branch 'master' into fs_emboss
2022-02-22 13:51:04 +01:00
Filip Sykala
aabc0bf9b1
add mising include
2022-02-22 13:47:14 +01:00
Filip Sykala
284fd8ec8b
Remove reference in lambda call
2022-02-22 13:39:28 +01:00
Filip Sykala
212544d532
Fix rotation with object
2022-02-22 13:32:01 +01:00
Filip Sykala
f3f2dddcd1
Fix order of filling stored items
2022-02-22 13:13:21 +01:00
Filip Sykala
8f9887acdb
Reduce amount of Undo/Redo snapshots
2022-02-22 12:43:29 +01:00
tamasmeszaros
4ed411f211
Fix tbb assert when grainsize is lower then 1
2022-02-22 12:43:06 +01:00
tamasmeszaros
d03b464dd3
Merge branch 'tm_pr7809'
2022-02-22 12:20:35 +01:00
tamasmeszaros
cc788ebb64
Fix and merge PR #7809
2022-02-22 11:36:27 +01:00
Yuri D'Elia
0ffcfd8393
Use namespaces to link against libcereal >= 1.3.1
...
Create an alias for previous versions.
2022-02-22 11:20:03 +01:00
Filip Sykala
6181b166a4
Add warning on to large and to small font which are not used in emboss text input
2022-02-22 09:56:47 +01:00
Filip Sykala
ebbdaf7336
Fix boldness to be in font points
2022-02-22 09:55:48 +01:00
Filip Sykala
32573178c3
Do not allow undo for not stored style
2022-02-21 21:37:08 +01:00
Filip Sykala
56b5e5edfb
Fix detection of changed angle
2022-02-21 16:18:26 +01:00
Filip Sykala
5ffa19b529
Unify place of transformation
2022-02-21 16:12:38 +01:00
Filip Sykala
7f73a0e73d
Fix transformation of new created volume by angle and distance
2022-02-21 13:44:24 +01:00
Yuri D'Elia
3a821d6752
Add missing declaration/includes (fix non-PCH build)
2022-02-21 11:15:31 +01:00
Yuri D'Elia
fe14c547fe
Show GLEW error string on glewInit() initialization errors
2022-02-21 11:15:19 +01:00
Filip Sykala
233ea5e0d8
Store activ font style
2022-02-21 09:00:03 +01:00
tamasmeszaros
f3384c835f
Merge branch 'tm_sla_archive_tests'
2022-02-18 14:55:06 +01:00
tamasmeszaros
4f2772fef4
Fix sla archive tests
2022-02-18 14:30:13 +01:00
Filip Sykala
7c95f8f9aa
store / load .3mf TextConfiguration: distance from surface & rotation for move text over surface
...
store / load appConfig distance from surface & rotation for move text over surface
2022-02-18 13:01:40 +01:00
Filip Sykala
a8ef5c35d2
Undo changes for input
2022-02-18 12:33:39 +01:00
tamasmeszaros
b8718f4601
Silence sla print messages for archive export tests
2022-02-17 14:05:45 +01:00
tamasmeszaros
b407540f26
Downgrade log message from sla support tree creation
2022-02-17 13:44:53 +01:00
tamasmeszaros
66f60de556
SLAArchive framework refactor
2022-02-17 12:50:40 +01:00
Filip Sykala
71d4c86a6a
Fix remove debug calculation of bounding box
2022-02-16 15:16:30 +01:00
Filip Sykala
bed5232a22
Using unit per em instead of ascent
2022-02-16 14:57:57 +01:00
enricoturri1966
6c397e291c
Removed debug code committed by mistake
2022-02-16 10:18:47 +01:00
enricoturri1966
3633112148
Follow-up of 7150e0adda2673797b624e314782a81ca8279bb7 - Fix in clamping max bounding box to avoid z-fighting in gcode preview
2022-02-16 10:17:57 +01:00
Filip Sykala
7208fc571e
Add warning line gap is not shown in text box
...
Imgui not support add line gap to FONT yet
2022-02-16 09:04:13 +01:00
Filip Sykala
84cd85e243
Fix advanced alliment + translation for calc offsets
2022-02-16 08:41:56 +01:00
Filip Sykala
72ac201c60
Fix issue with invalid imgui font
2022-02-15 11:37:26 +01:00
Filip Sykala
6dd5e21f59
Fix font size
...
Fix swap style
2022-02-15 09:14:16 +01:00
tamasmeszaros
7d1a91bfe9
Merge branch 'tm_pwmx_fixes'
2022-02-14 14:53:40 +01:00
tamasmeszaros
b6fe41d5ab
Fixes for pwmx format PR
2022-02-14 14:42:47 +01:00
enricoturri1966
5fcb618f96
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Fixed bug in rendering gizmo rotate
2022-02-14 14:23:07 +01:00
Lukáš Hejl
5e78203241
Added missing includes (GCC11.1 without PCH).
2022-02-14 10:47:39 +01:00
Vojtech Bubnik
0508754033
SLA SVG export: Using string_view literals to avoid unnecessary
...
std::string allocations and faster string additions
(length of a string_view literal is known without having to
iterate to the trailing NULL).
2022-02-14 09:54:05 +01:00
rtyr
41e31c31b6
Updated Anycubic Photon structure.
2022-02-14 09:33:40 +01:00
rtyr
732bc61092
Merge pull request #7917 from ole00/sla_pwmx_export_rebase01
...
Added support for Anycubic Photon Mono X SLA printer and its native export format.
2022-02-14 08:59:52 +01:00
Lukáš Hejl
69019ae4bb
Added a missing include (GCC11.1 without PCH).
2022-02-14 08:20:57 +01:00