AYON Usd Resolver
0.1.0
|
#include <cstdint>
#include <regex>
#include <string_view>
#include "resolutionFunctions.h"
#include "../codes/debugCodes.h"
#include "../config.h"
#include "pxr/base/tf/debug.h"
#include "pxr/usd/ar/resolvedPath.h"
#include "pxr/base/tf/fileUtils.h"
#include "pxr/base/tf/pathUtils.h"
#include "pxr/base/tf/stringUtils.h"
#include "pxr/usd/ar/filesystemAsset.h"
#include <string>
Functions | |
PXR_NAMESPACE_USING_DIRECTIVE void | RemoveSdfFormatArgs (std::string &uri) |
bool | _IsRelativePath (const std::string &path) |
bool | _IsFileRelativePath (const std::string &path) |
bool | _IsAyonPath (const std::string &assetPath) |
bool | _IsNotFilePath (const std::string &path) |
std::string | _AnchorRelativePath (const std::string &anchorPath, const std::string &path) |
ArResolvedPath | _ResolveAnchored (const std::string &anchorPath, const std::string &path) |
std::string _AnchorRelativePath | ( | const std::string & | anchorPath, |
const std::string & | path | ||
) |
bool _IsAyonPath | ( | const std::string & | assetPath | ) |
bool _IsFileRelativePath | ( | const std::string & | path | ) |
bool _IsNotFilePath | ( | const std::string & | path | ) |
bool _IsRelativePath | ( | const std::string & | path | ) |
ArResolvedPath _ResolveAnchored | ( | const std::string & | anchorPath, |
const std::string & | path | ||
) |
PXR_NAMESPACE_USING_DIRECTIVE void RemoveSdfFormatArgs | ( | std::string & | uri | ) |