| Summary: | [resources/brush tip] Default brush tip unlisted | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | David REVOY <info> |
| Component: | Resource Management | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | halla |
| Priority: | NOR | ||
| Version First Reported In: | 5.0.0-beta2 | ||
| Target Milestone: | --- | ||
| Platform: | Appimage | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
David REVOY
2021-10-17 06:53:35 UTC
It is loaded but hidden because there's already a brush tip resource in that bundle with the same md5sum (i.e., it's the same image): 628 1 4 chisel_soft chisel_soft.png chisel_soft 1 0 8a9ee1f3d3a32604e0956f96d24b1568 649 1 4 plain_rake plain_rake.png plain_rake 0 0 8a9ee1f3d3a32604e0956f96d24b1568 Ok. I understand the value of getting a built-in auto-cleaner that hides duplicate resources. It makes sens for the clarity of the selector and when same resources appears multiple time in (eg.) multiple bundles. But in this case, I have no idea what would be the best strategy to inform the user that the brush tip selected still exists and part of the list. My original action: I wanted to check the brush tip of "b)_Basic-6-Details", note it, and use it on making a newer preset... I couldn't because 'plain_rake' was hidden. Maybe in this case 'b)_Basic-6-Details' should mention the last survivor of the duplicate trim, "chisel_soft" and select it with highlight selection color on the list. This has been fixed: I see both tips now, because we now also take the name into account, not just the actual brush tip contents |