Refactor: BLF API Function Overloading #120029

Closed
Harley Acheson wants to merge 1 commits from Harley/blender:BLFOverloading into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
Harley Acheson bac19eb83a Refactor: BLF API Function Overloading
Simplify some BLF functions by using overloading where possible. For
example "BLF_load" with two signatures for loading from files versus
memory. One "BLF_display_name" takes a name, the other an ID.
"BLF_unload" that works with filenames or IDs, etc.
2024-03-28 10:50:55 -07:00