blender/scripts
zanqdo 5df8e35da7 UI: Add slash separators to Hue/Saturation/Value
It was that names of related "combo" operations
like Hue/Saturation/Value, *Dilate/Erode*
and Brightness/Contrast should be separated
by slashes in their names.

This patch changes this for the multiple nodes
and operators concerning Hue/Saturation/Value
across Blender.

Note1: This patch should only touch UI names
which do not need versioning and should not
break scripts.

Note2: This breaks first letter fuzzy search
for "hsv". It was noted by @HooglyBoogly that
the "/" character needs to be added to the
fuzzy search split list. Note however that such
search is already broken in Main for nodes like
Brightness/Contrast and Dilate/Erode which
already use slash separators

Pull Request: https://projects.blender.org/blender/blender/pulls/106721
2023-04-11 23:48:05 +02:00
..
freestyle Cleanup: autopep8 2023-03-01 22:12:18 +11:00
modules Python: Support multiple custom script directories in Preferences 2023-04-11 15:20:52 +02:00
presets Animation: Weight Paint select more/less for faces 2023-03-31 14:53:00 +02:00
site Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
startup UI: Add slash separators to Hue/Saturation/Value 2023-04-11 23:48:05 +02:00
templates_osl Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
templates_py Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00