Blender Git Commit Log
Git Commits -> Revision b62f4b8
Revision b62f4b8 by Sybren A. Stüvel (temp-asset-browser-catalogs) September 21, 2021, 20:10 (GMT) |
Asset Catalog Test: avoid copying a file to a directory Unit tests are failing on Windows, because it cannot copy a file. This could be because the code used `BLI_copy(src_file_path, dst_dir_path)`. It's now rewritten to `BLI_copy(src_file_path, dst_file_path)` to test whether that fixes things. |
Commit Details:
Full Hash: b62f4b814cb5825ee8211a21c566a7c08cd2ec64
Parent Commit: 51b9ed7
Lines Changed: +2, -2
1 Modified Path:
/source/blender/blenkernel/intern/asset_catalog_test.cc (+2, -2) (Diff)