Searched refs:sourcePrimPath (Results 1 – 8 of 8) sorted by relevance
/dports/misc/usd/USD-21.11/pxr/usd/usdShade/ |
H A D | connectableAPIBehavior.cpp | 95 const SdfPath sourcePrimPath = source.GetPrim().GetPath(); in _CanConnectInputToSource() local 101 "container.", sourcePrimPath.GetText(), in _CanConnectInputToSource() 106 if (inputPrimPath.GetParentPath() != sourcePrimPath) { in _CanConnectInputToSource() 111 "attribute '%s'.", sourcePrimPath.GetText(), in _CanConnectInputToSource() 127 const SdfPath sourcePrimPath = source.GetPrim().GetPath(); in _CanConnectInputToSource() local 148 sourcePrimPath.GetText(), in _CanConnectInputToSource() 172 sourcePrimPath.GetParentPath()) { in _CanConnectInputToSource() 180 sourcePrimPath.GetText()); in _CanConnectInputToSource() 261 const SdfPath sourcePrimPath = source.GetPrim().GetPath(); in _CanConnectOutputToSource() local 279 if (sourcePrimPath != outputPrimPath) { in _CanConnectOutputToSource() [all …]
|
/dports/misc/usd/USD-21.11/pxr/usd/usd/ |
H A D | clipSetDefinition.h | 67 && sourcePrimPath == rhs.sourcePrimPath 81 boost::hash_combine(hash, sourcePrimPath); in GetHash() 121 SdfPath sourcePrimPath; variable
|
H A D | clipSet.cpp | 326 , sourcePrimPath(clipDef.sourcePrimPath) in Usd_ClipSet() 379 /* clipSourcePrimPath = */ clipDef.sourcePrimPath, in Usd_ClipSet() 412 /* clipSourcePrimPath = */ clipDef.sourcePrimPath, in Usd_ClipSet()
|
H A D | clipSet.h | 99 SdfPath sourcePrimPath; variable
|
H A D | clip.h | 179 SdfPath sourcePrimPath; member
|
H A D | clip.cpp | 123 , sourcePrimPath(clipSourcePrimPath) in Usd_Clip() 623 return path.ReplacePrefix(sourcePrimPath, primPath); in _TranslatePathToClip()
|
H A D | clipSetDefinition.cpp | 583 out.sourcePrimPath = clipSet.anchorInfo.primPath; in Usd_ComputeClipSetDefinitionsForPrimIndex()
|
H A D | stage.cpp | 6991 && primPathInLayerStack.HasPrefix(clips->sourcePrimPath)); in _ClipsApplyToLayerStackSite() 7000 && node.GetPath().HasPrefix(clips->sourcePrimPath)); in _ClipsApplyToNode()
|