Files
test2/source/blender/io
Jesse Yurkovich 72de50483e Cleanup: USD: Prevent some unneeded char to string conversions
Notably, there were several code paths which could end up converting to
strings, sometimes multiple times, when passing data into USD APIs.

Reduce the use of raw `char *` in the asset interface and use
`std::string` instead to match what will be passed into USD. Using
string views, of any variety, will not help here since the APIs don't
natively support those.

Pull Request: https://projects.blender.org/blender/blender/pulls/140997
2025-06-26 20:13:25 +02:00
..
2025-06-16 20:31:00 +02:00
2025-06-07 12:13:16 +10:00