Commit 4114bae
committed
USDSceneTest : Pander to Windows
In which both forward slashes and back slashes can be used as path separators, and USD's `GetResolvedPath()` uses the former and Python's `os.path.join()` uses the latter. And in which [filesystems are case insensitive by default](https://docs.microsoft.com/en-us/windows/wsl/case-sensitivity), with the additional exciting feature that they can be made case-sensitive on a directory-by-directory basis. What could go wrong?1 parent 96ba92d commit 4114bae
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2948 | 2948 | | |
2949 | 2949 | | |
2950 | 2950 | | |
2951 | | - | |
2952 | | - | |
| 2951 | + | |
| 2952 | + | |
2953 | 2953 | | |
2954 | 2954 | | |
2955 | 2955 | | |
| |||
0 commit comments