Searched refs:AnchorRelativePath (Results 1 – 10 of 10) sorted by relevance
/dports/misc/usd/USD-21.11/pxr/usd/ar/testenv/ |
H A D | testArDefaultResolver.py | 66 self.assertEqual('', r.AnchorRelativePath('', '')) 67 self.assertEqual('RelPath', r.AnchorRelativePath('', 'RelPath')) 68 self.assertEqual('', r.AnchorRelativePath('RelAnchor', '')) 70 r.AnchorRelativePath('RelAnchor', 'RelPath')) 72 r.AnchorRelativePath('/AbsoluteAnchor', '/AbsolutePath')) 74 r.AnchorRelativePath('/AbsolutePath/ParentFile.txt', 77 r.AnchorRelativePath('/AbsoluteAnchor/ParentFile.txt', 80 r.AnchorRelativePath('/AbsoluteAnchor/ParentDir/ParentFile.txt',
|
/dports/misc/usd/USD-21.11/pxr/usd/ar/ |
H A D | wrapResolver_v1.cpp | 54 .def("AnchorRelativePath", &This::AnchorRelativePath) in wrapResolver()
|
H A D | resolver_v1.cpp | 238 virtual std::string AnchorRelativePath( in AnchorRelativePath() function in __anon34cea80a0111::_Resolver 246 packagePath.first = _resolver->AnchorRelativePath( in AnchorRelativePath() 252 return _resolver->AnchorRelativePath(anchorPath, path); in AnchorRelativePath()
|
H A D | resolver_v1.h | 90 virtual std::string AnchorRelativePath(
|
H A D | defaultResolver_v1.h | 96 virtual std::string AnchorRelativePath(
|
H A D | defaultResolver_v1.cpp | 108 ArDefaultResolver::AnchorRelativePath( in AnchorRelativePath() function in ArDefaultResolver
|
/dports/misc/usd/USD-21.11/pxr/usd/bin/usdresolve/ |
H A D | usdresolve.py | 70 return resolver.AnchorRelativePath(args.anchorPath, args.inputPath)
|
/dports/misc/usd/USD-21.11/pxr/imaging/hio/ |
H A D | glslfx.cpp | 189 resolver.AnchorRelativePath(containingFile, filename); in _ComputeResolvedPath()
|
/dports/misc/usd/USD-21.11/pxr/usd/sdf/ |
H A D | layer.cpp | 2729 return ArGetResolver().AnchorRelativePath(relativeToPath, assetPath); in ComputeAbsolutePath()
|
/dports/misc/usd/USD-21.11/ |
H A D | CHANGELOG.md | 380 - Removed the majority of deprecated APIs, including AnchorRelativePath, 2813 - [ar] ArDefaultResolver::AnchorRelativePath did not call IsRelativePath on 3278 to other paths via AnchorRelativePath. During composition, these asset paths
|