Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto pushed to main at blender/blender 2024-09-06 12:38:16 +02:00
60cc73afe6 Cleanup: UI: Icons: Sort the icons alphabetically between their categories
d563926d73 Cleanup: UI: Shuffle icons and group them in categories
Compare 2 commits »
Dalai Felinto merged pull request blender/blender#127197 2024-09-06 12:38:15 +02:00
Cleanup: UI: Icons shuffling around
Dalai Felinto commented on pull request blender/blender#127194 2024-09-06 12:37:30 +02:00
Cleanup: UI: Make sure all icons have the paths inside a group

FYI, the automated SVG script introduced an error, fixed here: c9da54dd025abb134fe71c66ebeb5c3e6da4721c

Dalai Felinto pushed to main at blender/blender 2024-09-06 12:36:55 +02:00
c9da54dd02 Fix key_command icon
Dalai Felinto commented on pull request blender/blender#127197 2024-09-06 12:26:23 +02:00
Cleanup: UI: Icons shuffling around

@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…

Dalai Felinto commented on pull request blender/blender#127197 2024-09-06 12:12:26 +02:00
Cleanup: UI: Icons shuffling around

@blender-bot package

Dalai Felinto commented on pull request blender/blender#127197 2024-09-06 12:11:03 +02:00
Cleanup: UI: Icons shuffling around

@Harley I moved the commits (with your changes) to dfelinto/.

And did a cleanup (not including the toggles which…

Dalai Felinto pushed to icons-shuffle at dfelinto/blender 2024-09-06 12:09:42 +02:00
4ec91724ba Cleanup: UI: Icons: Sort the icons alphabetically between their categories
d8a8afe42e Cleanup: UI: Shuffle icons and group them in categories
2b43900ccc Vulkan: Reading subtexture
73f2bdd1ed Obj-C Refactor: WindowViewCocoa refactor
fbfe407201 Cleanup: Anim, add comment to explain AnimData.action_slot_handle
Compare 22 commits »
Dalai Felinto commented on pull request blender/blender#127197 2024-09-06 11:59:22 +02:00
Cleanup: UI: Icons shuffling around

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').

Dalai Felinto pushed to icons-shuffle-backup at dfelinto/blender 2024-09-06 10:33:38 +02:00
5863e2c368 Cleanup Pass
bd3ff13c6a Move comments (and BLANK1) around
d0f4965c7a Revert "Cleanup: UI: Shuffle the icons definition alphabetically"
3dff4d71e7 Revert "Fairly similar organization, but less alphabetical sorting."
c82b996e6b Fairly similar organization, but less alphabetical sorting.
Compare 10 commits »
Dalai Felinto created branch icons-shuffle-backup in dfelinto/blender 2024-09-06 10:33:38 +02:00
Dalai Felinto commented on pull request blender/blender#127197 2024-09-06 10:00:00 +02:00
Cleanup: UI: Icons shuffling around

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…

Dalai Felinto commented on pull request blender/blender#127197 2024-09-06 07:54:54 +02:00
Cleanup: UI: Icons shuffling around

@blender-bot package

Dalai Felinto commented on pull request blender/blender#127197 2024-09-05 21:00:23 +02:00
Cleanup: UI: Icons shuffling around

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…

Dalai Felinto deleted branch icons-cleanup from dfelinto/blender 2024-09-05 20:56:27 +02:00
Dalai Felinto commented on pull request blender/blender#127194 2024-09-05 20:56:21 +02:00
Cleanup: UI: Make sure all icons have the paths inside a group

Thanks for the extra information (and finish the patch) :)

Dalai Felinto commented on pull request blender/blender#127194 2024-09-05 19:10:01 +02:00
Cleanup: UI: Make sure all icons have the paths inside a group

@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…

Dalai Felinto commented on pull request blender/blender#127197 2024-09-05 19:05:29 +02:00
Cleanup: UI: Icons shuffling around

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…

Dalai Felinto pushed to icons-shuffle at dfelinto/blender 2024-09-05 19:02:36 +02:00
2d3c88e3d3 Cleanup: UI: Shuffle the icons definition alphabetically
e7d5162b72 Cleanup: UI: Icons: Move all the toggles together + documentation
Compare 2 commits »
Dalai Felinto pushed to icons-shuffle at dfelinto/blender 2024-09-05 18:28:51 +02:00
cceb194b4e Cleanup: UI: Shuffle icons and group them in categories