Blender Git Loki
Git Commits -> Revision 865fe33
Revision 865fe33 by Julian Eisel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) September 6, 2021, 15:57 (GMT) |
Fix compile error of asset library test on Windows The `filesystem::path::c_str()` function returns the path in the native string format, which is `wchar` on Windows. Instead use the one that does a conversion to `std::string` if needed. |
Commit Details:
Full Hash: 865fe33544a0c430d719dd844e392dd9cd30e308
Parent Commit: f08aeab
Lines Changed: +2, -2
1 Modified Path:
/source/blender/blenkernel/intern/asset_library_test.cc (+2, -2) (Diff)