Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IECoreUSD : Use / for asset paths #1426

Closed
wants to merge 5 commits into from

Commits on Sep 16, 2024

  1. IECoreUSD : Use / for resolved paths.

    On Windows, the result of USD's `GetResolvedPath()` method returns the
    resolved path using `\` between directories. This can cause problems
    when doing string substition on a resolved path since the `\` will be
    interpreted as the start of an escape character. Using `/` also
    conforms to Cortex's standard of always using `/` for paths because they
    work on all operating systems.
    ericmehl committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0d9ae43 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    041cfa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ddab6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a2ff78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffe4507 View commit details
    Browse the repository at this point in the history