[krita] [Bug 441350] Brushes works wrong, after selecting another pattern and reselecting the original one, they works like the should
Halla Rempt
bugzilla_noreply at kde.org
Thu Sep 2 14:59:46 BST 2021
https://bugs.kde.org/show_bug.cgi?id=441350
Halla Rempt <halla at valdyas.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Latest Commit| |https://invent.kde.org/grap
| |hics/krita/commit/91bbbd5ff
| |d64c918cb882815f71c097c8c22
| |0bf9
Resolution|--- |FIXED
--- Comment #8 from Halla Rempt <halla at valdyas.org> ---
Git commit 91bbbd5ffd64c918cb882815f71c097c8c220bf9 by Halla Rempt.
Committed on 02/09/2021 at 13:59.
Pushed by rempt into branch 'master'.
Fix loading legacy brush masks
If there are two resources in two storages that have the same
md5sum (square_rough.png and texture_3.png), we need to make
sure that the one with the filename stored in the preset can
be found, so now resources(md5, filename, name) returns all
matching resources.
Related: bug 441347
M +17 -6 libs/brush/kis_predefined_brush_factory.cpp
M +25 -22 libs/image/brushengine/kis_paintop_preset.cpp
M +3 -0 libs/image/brushengine/kis_paintop_settings.cpp
M +1 -1 libs/image/kis_properties_configuration.cc
M +3 -3 libs/psdutils/psd.h
M +7 -6 libs/resources/KisGlobalResourcesInterface.cpp
M +3 -4 libs/resources/KisLinkedResourceWrapper.h
M +36 -32 libs/resources/KisLocalStrokeResources.cpp
M +1 -0 libs/resources/KisRequiredResourcesOperators.h
M +33 -13 libs/resources/KisResourceModel.cpp
M +3 -3 libs/resources/KisResourceModel.h
M +63 -23 libs/resources/KisResourcesInterface.h
M +19 -5 libs/resources/KoResourceServer.h
M +0 -1 libs/resourcewidgets/dbexplorer/DlgDbExplorer.cpp
M +4 -1 libs/ui/utils/KisDitherUtil.cpp
M +12 -4 libs/ui/widgets/KisDitherWidget.cpp
M +0 -1 libs/ui/widgets/kis_preset_chooser.cpp
M +12 -3 libs/ui/widgets/kis_workspace_chooser.cpp
M +11 -2
plugins/filters/gradientmap/KisGradientMapFilterConfiguration.cpp
M +9 -1 plugins/filters/palettize/palettize.cpp
M +7 -2 plugins/generators/pattern/kis_wdg_pattern.cpp
M +5 -1 plugins/generators/pattern/patterngenerator.cpp
M +1 -0 plugins/paintops/libpaintop/KisMaskingBrushOption.cpp
M +2 -3 plugins/paintops/libpaintop/KisTextureMaskInfo.cpp
M +0 -2 plugins/paintops/libpaintop/kis_brush_option.cpp
M +15 -4 plugins/paintops/libpaintop/kis_linked_pattern_manager.cpp
M +9 -6 plugins/paintops/libpaintop/kis_texture_option.cpp
https://invent.kde.org/graphics/krita/commit/91bbbd5ffd64c918cb882815f71c097c8c220bf9
--
You are receiving this mail because:
You are watching all bug changes.
More information about the kde-mac
mailing list