SUMMARY STEPS TO REPRODUCE 1. add any texture 2. separate image 3. use "height to normal map" on one of the layers OBSERVED RESULT crash every time
Could you check whether you have a kritacrash.log in %APPDATA% and if so, attach it here?
Created attachment 149593 [details] KritaCrashLogs KritaCrashLogs
Are you by any chance working on a grayscale layer? I can reproduce the crash with that, but not with an RGB layer.
Git commit 55f4df14e1f12ea7cc1214783685ee74a37cace1 by Halla Rempt. Committed on 10/06/2022 at 10:45. Pushed by rempt into branch 'master'. Don't run height-to-normal map if there aren't enough channels M +7 -0 plugins/filters/convertheightnormalmap/kis_convert_height_to_normal_map_filter.cpp https://invent.kde.org/graphics/krita/commit/55f4df14e1f12ea7cc1214783685ee74a37cace1
Git commit e429092969f5c28f68fee4c7ed47551b143204e4 by Halla Rempt. Committed on 10/06/2022 at 10:53. Pushed by rempt into branch 'krita/5.1'. Don't run height-to-normal map if there aren't enough channels (cherry picked from commit 55f4df14e1f12ea7cc1214783685ee74a37cace1) M +7 -0 plugins/filters/convertheightnormalmap/kis_convert_height_to_normal_map_filter.cpp https://invent.kde.org/graphics/krita/commit/e429092969f5c28f68fee4c7ed47551b143204e4
(In reply to Halla Rempt from comment #5) > Git commit e429092969f5c28f68fee4c7ed47551b143204e4 by Halla Rempt. > Committed on 10/06/2022 at 10:53. > Pushed by rempt into branch 'krita/5.1'. > > Don't run height-to-normal map if there aren't enough channels > (cherry picked from commit 55f4df14e1f12ea7cc1214783685ee74a37cace1) > > M +7 -0 > plugins/filters/convertheightnormalmap/ > kis_convert_height_to_normal_map_filter.cpp > > https://invent.kde.org/graphics/krita/commit/ > e429092969f5c28f68fee4c7ed47551b143204e4 For the Future It would be nice to be able to run that filter with GreyScale texture not only "separate image" creates greyscale layers but heightmaps itself are GreyScale in nature so it's kinda funny that "height to normal map" won't accept height maps as input.