PrusaSlicer-NonPlainar/src
YuSanka 9c5c9a0e78 ObjectList: Fixed a bug related to an update of selection in 3DScene.
Steps to repro:
1. Create some object with several parts.
2. Increase instances count.
3. Select some volume in ObjectList => all related volumes for each instance are selected in 3DScene (CORRECT)
4. Select last instance in ObjectList => all volumes (except one) of selected instance are selected in 3DScene (UNCORRECT).
                                         ALL volumes of selected instance have to be selected in 3DScene

Fix: To avoid lost of some volumes in selection
check non-selected volumes only if 3DScene-selection mode wasn't changed
or there is no single selection in ObjectList
2021-09-09 17:51:45 +02:00
..
admesh Fix warnings when newer CMake is used. 2021-08-20 13:42:10 +02:00
agg
avrdude Use prusaslicer_add_cmake_project on each cmake deps project 2021-01-26 10:17:51 +01:00
boost Fix warnings when newer CMake is used. 2021-08-20 13:42:10 +02:00
build-utils Disable tests and encoding check when cross compiling 2021-02-03 15:27:39 +01:00
clipper Fix warnings when newer CMake is used. 2021-08-20 13:42:10 +02:00
eigen
expat
glew
glu-libtess Fix warnings when newer CMake is used. 2021-08-20 13:42:10 +02:00
hidapi Check loading of blacklisted dlls and show warning dialog at startup. Also show these dlls in sysinfo dialog. 2021-01-27 10:40:38 +01:00
hints Parse hints.ini for translatable text as part of gettext_make_pot 2021-08-23 16:27:51 +02:00
imgui Fix warnings when newer CMake is used. 2021-08-20 13:42:10 +02:00
libigl Fix warnings when newer CMake is used. 2021-08-20 13:42:10 +02:00
libnest2d Hotfix for arrange not working for objects with huge translation. 2021-06-28 14:55:15 +02:00
libslic3r Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_fix_options_z 2021-09-09 10:34:47 +02:00
miniz Fix warnings when newer CMake is used. 2021-08-20 13:42:10 +02:00
nanosvg
platform folder not needed anymore. 2021-09-04 07:33:57 +02:00
qhull Reduction on compiler warnings, mainly on MSVC. 2021-02-10 17:29:07 +01:00
semver Fix warnings when newer CMake is used. 2021-08-20 13:42:10 +02:00
Shiny Fix warnings when newer CMake is used. 2021-08-20 13:42:10 +02:00
slic3r ObjectList: Fixed a bug related to an update of selection in 3DScene. 2021-09-09 17:51:45 +02:00
stb_dxt
CMakeLists.txt Parse hints.ini for translatable text as part of gettext_make_pot 2021-08-23 16:27:51 +02:00
PrusaSlicer.cpp Follow-up of bc81c22e (renamed the new CLI option --dont-ensure-on-bed to avoid double negatives) 2021-08-04 15:44:35 +02:00
PrusaSlicer.hpp
PrusaSlicer_app_msvc.cpp New FDM support sparse infill zig-zag algorithm. 2021-04-08 15:29:40 +02:00