Home
last modified time | relevance | path

Searched refs:GetPrimAtPath (Results 151 – 175 of 308) sorted by relevance

12345678910>>...13

/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
H A DgprimAdapter.cpp128 UsdPrim proxyPrim = usdPrim.GetStage()->GetPrimAtPath( in _AddRprim()
151 usdPrim.GetStage()->GetPrimAtPath(resolvedUsdMaterialPath); in _AddRprim()
764 prim.GetStage()->GetPrimAtPath(matTargets.front())); in GetColor()
877 prim.GetStage()->GetPrimAtPath(matTargets.front())); in GetOpacity()
/dports/misc/usd/USD-21.11/pxr/usd/usdShade/
H A Dmaterial.cpp60 return UsdShadeMaterial(stage->GetPrimAtPath(path)); in Get()
395 UsdShadeMaterial(prim.GetStage()->GetPrimAtPath(path)); in _GetMaterialAtPath()
419 UsdPrim p = GetPrim().GetStage()->GetPrimAtPath(parentMaterialPath); in GetBaseMaterialPath()
H A DshaderDefParser.cpp91 shaderDefPrim = stage->GetPrimAtPath(shaderDefPath); in Parse()
/dports/misc/usd/USD-21.11/extras/usd/tutorials/endToEnd/tutorial_scripts/
H A Dcreate_Room_set.py122 parentPrim = stage.GetPrimAtPath(prefixPath)
/dports/misc/usd/USD-21.11/pxr/usd/usdPhysics/
H A DmeshCollisionAPI.cpp60 return UsdPhysicsMeshCollisionAPI(stage->GetPrimAtPath(path)); in Get()
H A Dscene.cpp60 return UsdPhysicsScene(stage->GetPrimAtPath(path)); in Get()
H A DdistanceJoint.cpp60 return UsdPhysicsDistanceJoint(stage->GetPrimAtPath(path)); in Get()
H A DcollisionAPI.cpp60 return UsdPhysicsCollisionAPI(stage->GetPrimAtPath(path)); in Get()
/dports/misc/usd/USD-21.11/pxr/usd/usdVol/
H A Dfield3DAsset.cpp60 return UsdVolField3DAsset(stage->GetPrimAtPath(path)); in Get()
H A DopenVDBAsset.cpp60 return UsdVolOpenVDBAsset(stage->GetPrimAtPath(path)); in Get()
/dports/misc/usd/USD-21.11/pxr/usd/usdShade/testenv/
H A DtestUsdShadeMaterialSpecializesBaseComposition.py31 material = UsdShade.Material(stage.GetPrimAtPath(path))
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DcollectionAPI.cpp66 return UsdCollectionAPI(stage->GetPrimAtPath(path.GetPrimPath()), name); in Get()
338 return UsdCollectionAPI(stage->GetPrimAtPath(collectionPath.GetPrimPath()), in GetCollection()
613 UsdPrim includedPrim = stage->GetPrimAtPath(includedPrimPath); in _ComputeMembershipQueryImpl()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/namespace/
H A DtestHairman.cpp60 return UsdContrivedTestHairman(stage->GetPrimAtPath(path)); in Get()
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A DmotionAPI.cpp60 return UsdGeomMotionAPI(stage->GetPrimAtPath(path)); in Get()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DvariantSpec.cpp107 return GetLayer()->GetPrimAtPath(GetPath()); in GetPrimSpec()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/headerTerminatorString/
H A DtestHairman.cpp60 return UsdContrivedTestHairman(stage->GetPrimAtPath(path)); in Get()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/nestedNamespace/
H A DtestHairman.cpp60 return UsdContrivedTestHairman(stage->GetPrimAtPath(path)); in Get()
/dports/misc/usd/USD-21.11/pxr/usd/usdRi/
H A DtextureAPI.cpp60 return UsdRiTextureAPI(stage->GetPrimAtPath(path)); in Get()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/basic/
H A DtestHairman.cpp60 return UsdContrivedTestHairman(stage->GetPrimAtPath(path)); in Get()
/dports/misc/usd/USD-21.11/pxr/usd/usdLux/
H A DdistantLight.cpp60 return UsdLuxDistantLight(stage->GetPrimAtPath(path)); in Get()
/dports/misc/usd/USD-21.11/pxr/usd/usdRender/
H A Dproduct.cpp60 return UsdRenderProduct(stage->GetPrimAtPath(path)); in Get()
/dports/misc/usd/USD-21.11/pxr/usd/usdUI/
H A DsceneGraphPrimAPI.cpp60 return UsdUISceneGraphPrimAPI(stage->GetPrimAtPath(path)); in Get()
/dports/misc/usd/USD-21.11/pxr/usd/usd/codegenTemplates/
H A DschemaClass.cpp84 return {{ cls.cppClassName }}(stage->GetPrimAtPath(path.GetPrimPath()), name);
86 return {{ cls.cppClassName }}(stage->GetPrimAtPath(path));
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdTimeOffsets.py75 foo = stage.GetPrimAtPath("/Foo")
302 foo = stage.GetPrimAtPath('/Foo')
/dports/misc/usd/USD-21.11/extras/usd/examples/usdSchemaExamples/
H A DparamsAPI.cpp60 return UsdSchemaExamplesParamsAPI(stage->GetPrimAtPath(path)); in Get()

12345678910>>...13