Filip Sykala - NTB T15p
1d2bc5afec
Fix:
...
./src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:1155:6: warning: ‘void {anonymous}::init_new_text_line(Slic3r::GUI::TextLinesModel&, const Transform3d&, const Slic3r::ModelObject&, Slic3r::GUI::Emboss::StyleManager&)’ defined but not used [-Wunused-function]
../src/slic3r/Utils/EmbossStyleManager.cpp:650:68: warning: ‘depth’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../src/slic3r/GUI/Gizmos/GLGizmoSVG.cpp:1169:17: warning: unused variable ‘data’ [-Wunused-variable]
2023-09-07 06:37:49 +02:00
Filip Sykala - NTB T15p
ca71305c75
Merge branch 'master' into fs_svg
...
# Conflicts:
# src/slic3r/Utils/EmbossStylesSerializable.cpp
# src/slic3r/Utils/EmbossStylesSerializable.hpp
2023-09-04 13:33:22 +02:00
ps_copyright
f32859c302
final copyright headers
2023-09-01 14:49:07 +02:00
Filip Sykala - NTB T15p
b699e6da9b
Merge branch 'fs_dir_per_glyph_SPE-1597' into fs_svg
...
# Conflicts:
# src/libslic3r/Emboss.cpp
# src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp
# src/slic3r/GUI/Jobs/CreateFontStyleImagesJob.cpp
# src/slic3r/GUI/TextLines.cpp
2023-08-08 17:13:15 +02:00
Filip Sykala - NTB T15p
36d5353c67
Vertical alignemnt center is now in 1/3 of the font ascent
...
Default vertical alignement is center (for closer result to previous unaligneg version)
2023-08-07 15:59:55 +02:00
Filip Sykala - NTB T15p
e831255018
Merge branch 'fs_dir_per_glyph_SPE-1597' into fs_svg
...
# Conflicts:
# src/libslic3r/Emboss.cpp
# src/libslic3r/Format/3mf.cpp
# src/libslic3r/TextConfiguration.hpp
# src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp
# src/slic3r/GUI/Gizmos/GLGizmoEmboss.hpp
# src/slic3r/GUI/Jobs/EmbossJob.cpp
# src/slic3r/GUI/Jobs/EmbossJob.hpp
2023-06-07 11:18:26 +02:00
Filip Sykala - NTB T15p
d2a605ee2e
add option to Create per glyph volume (initialize text lines before text volume)
...
Per glyph for negative volume and modifiers are moved into object
2023-05-25 13:01:30 +02:00
Filip Sykala - NTB T15p
9718f26983
Merge branch 'master' into fs_svg
...
# Conflicts:
# src/libslic3r/Emboss.cpp
# src/slic3r/GUI/Jobs/EmbossJob.cpp
2023-04-18 13:48:21 +02:00
Filip Sykala - NTB T15p
4a05973ea8
Nicering of code
2023-04-18 13:11:29 +02:00
Filip Sykala - NTB T15p
aed764b089
Forward declaration of FaceNames data structure
2023-03-22 15:06:01 +01:00
Filip Sykala - NTB T15p
e0a4ac0313
Partialy calculated distance on the fly.
2023-03-22 09:11:12 +01:00
Filip Sykala - NTB T15p
574df48f85
Reorganize data structures
2023-03-16 18:21:48 +01:00
Filip Sykala - NTB T15p
733ad16feb
misc
2023-03-15 12:31:19 +01:00
Filip Sykala - NTB T15p
4c3ac0d977
Disable setting font pixel size into wxFont
...
Do not keep wxFont inside of optional
2023-03-01 15:05:38 +01:00
Filip Sykala - NTB T15p
a8c580c957
Move function is_font_changed into EmbossStyleManager
2023-02-28 17:03:38 +01:00
Filip Sykala - NTB T15p
88af7762fc
Remove dependency on main app in job
2023-02-13 12:07:31 +01:00
Filip Sykala - NTB T15p
449267fa47
Improve loading of default styles. Should fix issue on OSx
2023-01-30 17:44:14 +01:00
Filip Sykala - NTB T15p
fbd39e376b
Fix current used face name in warning message
2023-01-13 12:31:57 +01:00
Filip Sykala - NTB T15p
4d12f08da7
Fix imgui font size on scaled objects
...
issue #96
2023-01-10 21:25:25 +01:00
Filip Sykala - NTB T15p
5266c6be8e
Fix typo 'activ_' to 'active_'
2022-12-02 19:03:26 +01:00
Filip Sykala - NTB T15p
9d1204d6f5
Fix typo 'activ_font' to 'active_font'
2022-12-02 19:00:44 +01:00
Filip Sykala - NTB T15p
dee9f9b731
Add definition of wxFont to header.
...
Fix:
../src/slic3r/Utils/EmbossStyleManager.hpp:219:42: required from here
/opt/rh/devtoolset-10/root/usr/include/c++/10/type_traits:1239:4: error: invalid use of incomplete type 'class wxFont'
2022-11-22 11:32:20 +01:00
Filip Sykala - NTB T15p
58592593af
Add new volume as cut surface by definition in style
2022-11-21 10:15:20 +01:00
Filip Sykala - NTB T15p
b594ffc7ef
Selection of font for unknown one from 3mf
...
fix creation of style name
2022-09-29 18:46:18 +02:00
Filip Sykala - NTB T15p
1e2fe6027d
Fix storing of wxFont property which describing font to reconstruct on another computer
2022-09-29 07:59:31 +02:00
Filip Sykala - NTB T15p
e2876fd115
Fix for storing changed font
...
issue 69
2022-09-23 14:09:02 +02:00
Filip Sykala - NTB T15p
3bd557b177
Escape ## in name of style in imgui visualization(issue 61)
2022-09-21 15:15:32 +02:00
Filip Sykala - NTB T15p
ac6a91debe
Fix opengl core using -- remove GL_ALPHA to use texture with GL_RGBA
...
-- take more memory from GPU but works universaly(independent on opengl version)
2022-08-31 15:28:23 +02:00
Filip Sykala - NTB T15p
c549c6afbe
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/CMakeLists.txt
# src/libslic3r/Format/3mf.cpp
# src/libslic3r/Model.hpp
# src/libslic3r/Point.hpp
# src/libslic3r/Technologies.hpp
# src/slic3r/CMakeLists.txt
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/GLSelectionRectangle.cpp
# src/slic3r/GUI/GUI_Factories.hpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.hpp
# src/slic3r/GUI/Gizmos/GLGizmoMove.cpp
# src/slic3r/GUI/Gizmos/GLGizmoMove.hpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.hpp
# src/slic3r/GUI/MeshUtils.cpp
# src/slic3r/GUI/MeshUtils.hpp
# src/slic3r/GUI/ObjectDataViewModel.cpp
# src/slic3r/GUI/ObjectDataViewModel.hpp
# src/slic3r/GUI/Selection.cpp
2022-08-31 15:22:10 +02:00
Filip Sykala - NTB T15p
94f735168c
fix warnings:
...
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:1452:18: warning: unused variable 'volume_id' [-Wunused-variable]
../src/slic3r/Utils/EmbossStyleManager.cpp:64:18: warning: unused variable 'loaded' [-Wunused-variable]
2022-08-16 18:12:08 +02:00
Filip Sykala - NTB T15p
64728feec3
Store configuration on gizmo close not destructor
2022-08-05 15:28:12 +02:00
Filip Sykala - NTB T15p
fa773f09d3
Store last activ style index into configuration
2022-08-04 15:45:52 +02:00
Filip Sykala - NTB T15p
41aaa13ce7
fix switching between styles
2022-08-04 15:35:44 +02:00
Filip Sykala - NTB T15p
a6ffbb63f0
Remove undo button after style selector
2022-08-04 12:52:58 +02:00
Filip Sykala - NTB T15p
a1914f5f94
add getter on font atlas into style manager
...
- get imgui font could return nonValid imgui font to recognize font without loaded symbol
2022-08-03 19:28:02 +02:00
Filip Sykala - NTB T15p
5e76d86460
rename font_item to style
2022-08-03 13:05:06 +02:00
Filip Sykala - NTB T15p
8e261ace29
add setter for wx_font in style manager
2022-08-03 11:29:23 +02:00
Filip Sykala - NTB T15p
003c7fc54f
Rename FontItem to EmbossStyle
2022-08-03 10:29:05 +02:00
Filip Sykala - NTB T15p
ee03ed6d07
Rename file
2022-08-03 09:16:39 +02:00