| Summary: | ten brush script is not working properly (last night version 5.2.0-prealpha-40afac1de4-) | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | ahmett <Ahmettabak1> |
| Component: | Scripting | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | nightly build (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/b4556fd9b0947541bb82797fb533b19c12448e2d | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
ahmett
2023-07-25 22:54:10 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/1869 Git commit 2f6ce2c1ab0fc9428c8e4f51d00c0948b0e04fd4 by Freya Lupen. Committed on 26/07/2023 at 23:24. Pushed by rempt into branch 'master'. Fix Ten Brushes script error when unconfigured 'list[idx] = value' doesn't work if idx may be invalid. Use list.insert(idx, value) instead. M +1 -1 plugins/python/tenbrushes/tenbrushes.py https://invent.kde.org/graphics/krita/-/commit/2f6ce2c1ab0fc9428c8e4f51d00c0948b0e04fd4 Git commit b4556fd9b0947541bb82797fb533b19c12448e2d by Halla Rempt, on behalf of Freya Lupen. Committed on 27/07/2023 at 09:36. Pushed by rempt into branch 'krita/5.2'. Fix Ten Brushes script error when unconfigured 'list[idx] = value' doesn't work if idx may be invalid. Use list.insert(idx, value) instead. (cherry picked from commit 2f6ce2c1ab0fc9428c8e4f51d00c0948b0e04fd4) M +1 -1 plugins/python/tenbrushes/tenbrushes.py https://invent.kde.org/graphics/krita/-/commit/b4556fd9b0947541bb82797fb533b19c12448e2d |