FYI, the automated SVG script introduced an error, fixed here: c9da54dd025abb134fe71c66ebeb5c3e6da4721c
@JulianEisel no issues as far as I'm concerned.
The current approach is moving less icons to the TOGGLE category than what Harley was suggesting. But I don't see the point/need of doing…
AnimData.action_slot_handle
I noticed that DECORATE_UNLOCKED/DECORATE_LOCKED also needs to be treat as a toggle because of code like:
row.prop(pchan, "lock_location", text="", emboss=False, icon='DECORATE_UNLOCKED')
.
…
Hi Harley, thanks for looking into that.
I see that you did a few too many changes ... it would be easier if you had started off from the 2nd commit instead. Some of the changes I made with…
This did not intend to change the order of any of the toggle icons which are currently being used as a toggle. Not sure how this affects add-ons ... I wonder if more icons would need to be…
Thanks for the extra information (and finish the patch) :)
@Harley I'm more than happy with you taking over (altering the PR). It may be better to not add much noise and do this once.
I also wasn't super happy with plan SVG because Inkscape remove any…
Hi @Harley thanks for taking a look. I have no idea about the cryptic comment, but I assumed it will never be tackled, so this is a good moment to clean this up.
I just updated the patch and…