Sort magic tools by ..._get_order() value, when possible

Tools in n_pt_persp plugin provide orders.  (More coming!)
This commit is contained in:
Bill Kendrick 2024-01-16 20:33:58 -08:00
parent f7972d04a7
commit ff9eff4e60
3 changed files with 31 additions and 5 deletions

View file

@ -17,9 +17,10 @@ https://tuxpaint.org/
or "novice".
- Plugins' "init()" functions are sent a new `complexity_level`
argument.
+ WIP Magic tools can provide a value that allows them to be
+ Magic tools can provide a value that allows them to be
sorted and grouped together (rather than always relying on the
localized name of the tool).
- WIP Updated many magic tools to take advantage of this.
+ Note: `TP_MAGIC_API_VERSION` bumped to 0x00000009.
Bill Kendrick <bill@newbreedsoftware.com>