Refactor: Remove BLF _ex functions using default arguments #119994

Merged
Harley Acheson merged 3 commits from Harley/blender:BLF_ex into main 2024-03-28 04:02:24 +01:00

3 Commits

Author SHA1 Message Date
Harley Acheson 3a9ad8f63d Merge branch 'main' of projects.blender.org:blender/blender into BLF_ex 2024-03-27 20:01:10 -07:00
Harley Acheson c70a0538f1 Merge branch 'main' of projects.blender.org:blender/blender into BLF_ex
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-03-27 19:08:17 -07:00
Harley Acheson e13fb96029 Refactor: Remove BLF _ex functions using default arguments
Remove all BLF "_ex" versions of functions by using default arguments.
These functions only differ by having an optional argument that can
return extra details about the result of the operation. This PR just
make these part of the main function as optional arguments with default
values - all nullptr.
2024-03-27 17:25:28 -07:00