Blender Git Loki
Git Commits -> Revision 0e82d0f
Revision 0e82d0f by Michael Kowalski (usd) May 13, 2021, 23:26 (GMT) |
USD Export: spurious error message. Calling BLI_dir_create_recursive() with a path that has a trailing slash generates an error message that the directory couldn't be created, even though the creation is successful. The error message appears to be spurious, but I changed the code to use a path with no trailing slash, to avoid this. |
Commit Details:
Full Hash: 0e82d0fc37e6963c5f59baae63959607aa0e0a2b
Parent Commit: c70bd54
Lines Changed: +3, -1
1 Modified Path:
/source/blender/io/usd/intern/usd_writer_material.cc (+3, -1) (Diff)