Commit Graph

  • 5d342f69b2 OG_CustomCtrl: Code refactoring - Use standard RichMessageDialog instead of own written YuSanka 2021-11-12 12:13:29 +01:00
  • 8bfa132a1b Localization fixes + new POT YuSanka 2021-11-11 17:02:07 +01:00
  • 24134d92a2 Localization fixes + new POT YuSanka 2021-11-11 17:02:07 +01:00
  • 9dcebf0a04 Commented out unused line enricoturri1966 2021-11-12 08:45:16 +01:00
  • 17d853d144 Commented out unused line enricoturri1966 2021-11-12 08:45:16 +01:00
  • f86cd8409d Added missing include enricoturri1966 2021-11-12 08:07:07 +01:00
  • 4d0a74bae0 Added missing include enricoturri1966 2021-11-12 08:07:07 +01:00
  • b3992ab35d Tech ENABLE_ENHANCED_IMGUI_SLIDER_FLOAT - Fixed imgui slider label enricoturri1966 2021-11-12 07:56:47 +01:00
  • b35bbc7add Tech ENABLE_ENHANCED_IMGUI_SLIDER_FLOAT - Fixed imgui slider label enricoturri1966 2021-11-12 07:56:47 +01:00
  • c677b2771c Make sure the object does not float after simplification Lukas Matena 2021-11-11 15:55:37 +01:00
  • bcef57485a Make sure the object does not float after simplification Lukas Matena 2021-11-11 15:55:37 +01:00
  • 366a3bca07 Merge branch 'lm_simplify_fixes' Lukas Matena 2021-11-12 06:51:24 +01:00
  • 91a1ef06ec Merge branch 'lm_simplify_fixes' Lukas Matena 2021-11-12 06:51:24 +01:00
  • 934ed0bbae Remove static flag and extend case when call after will be from unactive Gizmo. Filip Sykala 2021-11-08 16:54:00 +01:00
  • d489ec43f8 Remove static flag and extend case when call after will be from unactive Gizmo. Filip Sykala 2021-11-08 16:54:00 +01:00
  • d72fba2a6a translation of progress Filip Sykala 2021-11-08 15:09:52 +01:00
  • 4686a7e051 translation of progress Filip Sykala 2021-11-08 15:09:52 +01:00
  • a61c892c05 Some more fixes when switching objects while simplifying Lukas Matena 2021-11-01 11:21:50 +01:00
  • 4af1f4a4bf Some more fixes when switching objects while simplifying Lukas Matena 2021-11-01 11:21:50 +01:00
  • 0bfa81be56 Several more fixes: - fixed crash on close when worker is running - refresh percentage in the UI by requesting extra frames - get rid of extra m_is_worker_running variable Lukas Matena 2021-11-01 09:36:44 +01:00
  • 660672a6ee Several more fixes: - fixed crash on close when worker is running - refresh percentage in the UI by requesting extra frames - get rid of extra m_is_worker_running variable Lukas Matena 2021-11-01 09:36:44 +01:00
  • 9ad54ab4db Some more cleanup Lukas Matena 2021-10-30 01:14:52 +02:00
  • 343d981a81 Some more cleanup Lukas Matena 2021-10-30 01:14:52 +02:00
  • be04751776 Many small fixes Lukas Matena 2021-10-30 00:47:36 +02:00
  • aef14c5ce2 Many small fixes Lukas Matena 2021-10-30 00:47:36 +02:00
  • 7bcab6f795 Simplify does not touch ModelVolume all the time (runs, but needs polishing) Lukas Matena 2021-10-29 17:58:05 +02:00
  • 36bba50742 Simplify does not touch ModelVolume all the time (runs, but needs polishing) Lukas Matena 2021-10-29 17:58:05 +02:00
  • ab260d005e More adjustments, still working with Model directly Lukas Matena 2021-10-29 12:45:30 +02:00
  • c04d545e24 More adjustments, still working with Model directly Lukas Matena 2021-10-29 12:45:30 +02:00
  • 6661967f9f Shared data packed in a struct Lukas Matena 2021-10-29 12:35:57 +02:00
  • 8e18b5df49 Shared data packed in a struct Lukas Matena 2021-10-29 12:35:57 +02:00
  • ba56a79795 Simplify gizmo now renders the volume by itself, it does not rely on the usual GLVolume rendering. GLCanvas3D::toggle_model_object_visibility was extended to hide a single volume. Rendering the model and wireframe uses the same vertex buffer, which is now used through GLModel class. GLGizmoRenderTransparent class should no longer be needed. GLCanvas3D::reload_scene calls replaced with request_rerender. Lukas Matena 2021-10-29 10:22:41 +02:00
  • 3a3979dc39 Simplify gizmo now renders the volume by itself, it does not rely on the usual GLVolume rendering. GLCanvas3D::toggle_model_object_visibility was extended to hide a single volume. Rendering the model and wireframe uses the same vertex buffer, which is now used through GLModel class. GLGizmoRenderTransparent class should no longer be needed. GLCanvas3D::reload_scene calls replaced with request_rerender. Lukas Matena 2021-10-29 10:22:41 +02:00
  • 50ea144b84 Minor improvements: - const corectness - volatile -> std::atomic - GUI::format - encoding issues Lukas Matena 2021-10-28 00:45:14 +02:00
  • 529643dc5b Minor improvements: - const corectness - volatile -> std::atomic - GUI::format - encoding issues Lukas Matena 2021-10-28 00:45:14 +02:00
  • 8369bd86f3 Merge branch 'dk_sla' David Kocik 2021-11-11 17:09:13 +01:00
  • 1c702112d6 Merge branch 'dk_sla' David Kocik 2021-11-11 17:09:13 +01:00
  • 217bcfd37d SLA only mode in wizard David Kocik 2021-11-11 17:01:43 +01:00
  • e201d318f8 SLA only mode in wizard David Kocik 2021-11-11 17:01:43 +01:00
  • e324643a04 Fix hanging status indication if a UI job gets started over another.. tamasmeszaros 2021-11-11 17:07:35 +01:00
  • d4242c3a32 Fix hanging status indication if a UI job gets started over another.. tamasmeszaros 2021-11-11 17:07:35 +01:00
  • 3c61d2b352 Merge branch 'master' into fs_removes_SimplifyMesh Filip Sykala 2021-11-11 16:05:43 +01:00
  • 1446f5174d Merge branch 'master' into fs_removes_SimplifyMesh Filip Sykala 2021-11-11 16:05:43 +01:00
  • 93347f0452 Close Shape Gallery dialog by pressing ESC on keyboard enricoturri1966 2021-11-11 13:03:40 +01:00
  • 9bac4c5c20 Close Shape Gallery dialog by pressing ESC on keyboard enricoturri1966 2021-11-11 13:03:40 +01:00
  • d599c85477 Fixed typo in a0e6c7a076 YuSanka 2021-11-11 11:31:34 +01:00
  • 27d5a8dc5a Fixed typo in a0e6c7a076 YuSanka 2021-11-11 11:31:34 +01:00
  • 3a93277531 Revert "medical" Vojtech Bubnik 2021-11-11 11:22:57 +01:00
  • a2e764d7ac Revert "medical" Vojtech Bubnik 2021-11-11 11:22:57 +01:00
  • 17686b4814 Slight performance boost tamasmeszaros 2021-11-11 11:12:03 +01:00
  • 515c34be6f Slight performance boost tamasmeszaros 2021-11-11 11:12:03 +01:00
  • a0e6c7a076 Follow up a3f6ce1ac6 YuSanka 2021-11-11 10:30:47 +01:00
  • bbc4f46d63 Follow up a3f6ce1ac6 YuSanka 2021-11-11 10:30:47 +01:00
  • 117302ba22 medical Vojtech Bubnik 2021-11-11 10:11:03 +01:00
  • 3ead6a7d3e medical Vojtech Bubnik 2021-11-11 10:11:03 +01:00
  • 549c98ac88 Fix its_number_of_patches returning bool instead of size_t tamasmeszaros 2021-11-11 10:02:58 +01:00
  • e2ec77946f Fix its_number_of_patches returning bool instead of size_t tamasmeszaros 2021-11-11 10:02:58 +01:00
  • 64e926b363 Fixed endless "New project" possibility YuSanka 2021-11-11 08:46:15 +01:00
  • 3bf9451705 Fixed endless "New project" possibility YuSanka 2021-11-11 08:46:15 +01:00
  • f94a1dbb48 Added a missing include (GCC 11.1). Lukáš Hejl 2021-11-10 23:21:36 +01:00
  • 6d1cd25fbd Added a missing include (GCC 11.1). Lukáš Hejl 2021-11-10 23:21:36 +01:00
  • f44f367f9b Merge branch 'tm_rotgizmo_beautify' tamasmeszaros 2021-11-10 16:40:19 +01:00
  • d652ab0bc4 Merge branch 'tm_rotgizmo_beautify' tamasmeszaros 2021-11-10 16:40:19 +01:00
  • c49ba9f7f0 Round up rotation optimizer gizmo. tamasmeszaros 2021-11-10 16:35:47 +01:00
  • 090e99798b Round up rotation optimizer gizmo. tamasmeszaros 2021-11-10 16:35:47 +01:00
  • 8b51dc6dee Menu text David Kocik 2021-11-10 16:34:54 +01:00
  • 607c4d341c Menu text David Kocik 2021-11-10 16:34:54 +01:00
  • fe309dc248 Merge branch 'dk_upload' David Kocik 2021-11-10 15:57:15 +01:00
  • c2b73a25ac Merge branch 'dk_upload' David Kocik 2021-11-10 15:57:15 +01:00
  • 7acc3690ab Change in checking model name in physical printer dialog David Kocik 2021-11-10 15:26:42 +01:00
  • f4883fb4a3 Change in checking model name in physical printer dialog David Kocik 2021-11-10 15:26:42 +01:00
  • 954538fdf0 Imgui now recognizes numpad enter key presses enricoturri1966 2021-11-10 15:42:25 +01:00
  • 9fcbaa0b25 Imgui now recognizes numpad enter key presses enricoturri1966 2021-11-10 15:42:25 +01:00
  • cbc0c6ccd0 Merge branch 'dk_updater' David Kocik 2021-11-10 15:28:03 +01:00
  • 12aefc3b91 Merge branch 'dk_updater' David Kocik 2021-11-10 15:28:03 +01:00
  • 43986c2896 Changes in notifying about new releases. David Kocik 2021-11-08 17:20:39 +01:00
  • 63a5fdc613 Changes in notifying about new releases. David Kocik 2021-11-08 17:20:39 +01:00
  • 6895e0fde1 External updater is only run in GUI mode Lukas Matena 2021-11-03 11:00:20 +01:00
  • 5cfdc2c436 External updater is only run in GUI mode Lukas Matena 2021-11-03 11:00:20 +01:00
  • 262304c777 Use correct encoding when calling external updater Lukas Matena 2021-11-03 10:57:45 +01:00
  • 466564e838 Use correct encoding when calling external updater Lukas Matena 2021-11-03 10:57:45 +01:00
  • 9994e0bcbc Start updater during start of prusaslicer. David Kocik 2021-11-01 12:18:17 +01:00
  • 32f042f741 Start updater during start of prusaslicer. David Kocik 2021-11-01 12:18:17 +01:00
  • 7122572841 Fixed black SLA material color. rtyr 2021-11-10 12:56:54 +01:00
  • d369bb0d43 Fixed black SLA material color. rtyr 2021-11-10 12:56:54 +01:00
  • f7db7c0a26 #7282 - Fixed crash after splitting object into parts (missing or degenerate convex hulls) enricoturri1966 2021-11-10 12:07:43 +01:00
  • 53b37e245f #7282 - Fixed crash after splitting object into parts (missing or degenerate convex hulls) enricoturri1966 2021-11-10 12:07:43 +01:00
  • 8915d8bc91 Improvement of previous commit: - use boost::nowide instead of WinAPI for the encoding conversion - only add the node when it is not empty Lukas Matena 2021-11-10 11:37:49 +01:00
  • 269165631e Improvement of previous commit: - use boost::nowide instead of WinAPI for the encoding conversion - only add the node when it is not empty Lukas Matena 2021-11-10 11:37:49 +01:00
  • de1785760c Follow up e8be7b2ecd - Remove unused code YuSanka 2021-11-10 11:30:48 +01:00
  • 82864f92e0 Follow up e8be7b2ecd - Remove unused code YuSanka 2021-11-10 11:30:48 +01:00
  • bfa91cbd95 Windows: Include blacklisted libraries in SendSystemInfo data Lukas Matena 2021-11-09 17:14:54 +01:00
  • 9157b57476 Windows: Include blacklisted libraries in SendSystemInfo data Lukas Matena 2021-11-09 17:14:54 +01:00
  • a3f6ce1ac6 MsgDialog: Some code refactoring. Use style for whole Dialog instead of wxWindowID for just one default button YuSanka 2021-11-10 10:49:43 +01:00
  • 9d650e1ab3 MsgDialog: Some code refactoring. Use style for whole Dialog instead of wxWindowID for just one default button YuSanka 2021-11-10 10:49:43 +01:00
  • e8be7b2ecd Implemented possibility to show resin colors from the Plater (Bottles with resin are colored now in preset combobox) + Added nsvgParseFromFileWithReplace() to replace some colors before parsing from SVG file + Thumbnails are saved with selected resin color in SL1 or SL1S files + "white" folder is deleted from "icons" now. THere is no needed anymore. YuSanka 2021-11-09 17:00:57 +01:00
  • e1104626de Implemented possibility to show resin colors from the Plater (Bottles with resin are colored now in preset combobox) + Added nsvgParseFromFileWithReplace() to replace some colors before parsing from SVG file + Thumbnails are saved with selected resin color in SL1 or SL1S files + "white" folder is deleted from "icons" now. THere is no needed anymore. YuSanka 2021-11-09 17:00:57 +01:00
  • 69731b1d96 Merge remote-tracking branch 'origin/et_imgui_slider' enricoturri1966 2021-11-09 15:11:09 +01:00
  • 274a7903ec Merge remote-tracking branch 'origin/et_imgui_slider' enricoturri1966 2021-11-09 15:11:09 +01:00
  • 7de0f1195a Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_imgui_slider enricoturri1966 2021-11-09 15:09:32 +01:00