Block a user
UI: Allow BLF_svg_icon_bitmap to Optionally Get Multicolor Bitmap
cdb291972b
UI: Allow BLF_svg_icon_bitmap to Optionally Get Multicolor Bitmap
c3377a3498
UI: Improved Gray scale Values for Rendered SVG Bitmaps
1c98cdbc52
Refactor: UI_list: Move
PointerRNA
containers to C++ code.
7d52265771
Fix several issues with i18n tools on non-linux platforms.
1c1af5383b
Overlay-Next: Enable prepass only if selection and xray are off
UI: Improved Gray scale Values for Rendered SVG Bitmaps
UI: Improved Gray scale Values for Rendered SVG Bitmaps
f4d6b13c44
UI: Improved Gray scale Values for Rendered SVG Bitmaps
1c98cdbc52
Refactor: UI_list: Move
PointerRNA
containers to C++ code.
7d52265771
Fix several issues with i18n tools on non-linux platforms.
1c1af5383b
Overlay-Next: Enable prepass only if selection and xray are off
ef2e1f8423
Fix #126160: Incorrect string returned from usd::make_safe_name
48b92c1241
Just use != for the std::string to c_str comparison as per review by Hans
c784733306
Merge branch 'main' of projects.blender.org:blender/blender into IconThemeColor
12aa569f6e
Cleanup: Remove now unused PBVH vertex iteration macro
391ebb603c
Sculpt: Refactor for pose brush factors creation
3985dba8d0
Use constexpr for offset values as per review by Hans
80d3846ee1
Merge branch 'main' of projects.blender.org:blender/blender into IconThemeColor
810fee35f3
Fix #126074: Sculping on a non-basis shape key modifies mesh
ae13fb5a53
Refactor: Sculpt: Various cleanups in relax brush
3e5751c726
Fix: Animation Editors Dopesheet RNA paths incomplete/wrong
UI: Color Icon Theme Internal Parts
Actually re-wrote that section so the processing is done by scanning the string by group, only for those that start with "blender."
8b613ed72f
Process SVG source string by group id, if starting with "blender."
e9f2fb10fe
Merge branch 'main' of projects.blender.org:blender/blender into IconThemeColor
e2ade82b41
Annotations: Revert removal of some API functions
2c275aec87
Overlay-Next: Mesh Edit Mode
e5805ba07d
Overlay-Next: Force Field
UI: Color Icon Theme Internal Parts
Agreed. I'll add a "Todo" comment to icon_source_edit_cb
indicating that this text processing is suboptimal with all the inserts and has lots of room for optimization.
UI: Color Picker layout rework
Right yeah, this is a pretty hacky function... that iterates over all the buttons in the popup to manually update their values depending Here, the
bt->str[0] == '{R,G,B,H,S,V,L}'
cases are…
UI: Color Picker layout rework
I'm struggling testing a particular change. My gut feeling is that your change of bt->str == "Hex:"
to bt->type == UI_BTYPE_TEXT
could stop matching of the subsequent else clauses if those are…