Compositor: Re-organize Add menu #111481

Merged
Pablo Vazquez merged 7 commits from pablovazquez/blender:ui-compositor-add-menu-reorg into main 2023-08-31 16:32:56 +02:00

7 Commits

Author SHA1 Message Date
Pablo Vazquez 18002c0d15 Remove unused import 2023-08-31 16:27:26 +02:00
Pablo Vazquez 3780477741 Merge branch 'main' into ui-compositor-add-menu-reorg 2023-08-31 16:24:25 +02:00
Pablo Vazquez eab0c77663 Move Stereo node out of single item sub-menu
Even though having a sub-menu named Stereoscopy improves
discoverability, it also ends up making layout convoluted
for a single item.

There are no plans on extending stereo nodes. Users who
want this likely already make their own node group
setups (and in the future, catalogs).

Based on a discussion with Sergey.
2023-08-30 13:09:03 +02:00
Pablo Vazquez 8a52299cd5 Move Mix menu into Color, to match Geometry Nodes
Based on a discussion with Sergey, better to have
consistency across editors first, then tackle moving
or renaming menus in all editors at once.
2023-08-30 13:06:01 +02:00
Pablo Vazquez 59cbb0913b Merge branch 'main' into ui-compositor-add-menu-reorg 2023-08-30 12:44:15 +02:00
Pablo Vazquez 8f784aea24 Address feedback
* Move `Bokeh Image` and `Texture` back to `Input`
* Move `Mix` to the top level
* Move `Posterize` to `Filter`
* Move `Set Alpha` to `Color`
* Move `Color Spill` to `Keying`
* Rename `Mix` node label to `Mix Color`
2023-08-28 19:10:47 +02:00
Pablo Vazquez 3cd0d4ffa0 Compositor: Re-organize Add menu
Split menu into groups, divided by separators, sorting alphabetically
within each group of items. Following how it is in Geometry Nodes.
2023-08-24 16:44:29 +02:00