Home
last modified time | relevance | path

Searched refs:GetPrimAtPath (Results 76 – 100 of 308) sorted by relevance

12345678910>>...13

/dports/misc/usd/USD-21.11/pxr/usd/usdSkel/testenv/
H A DtestUsdSkelSkinningQuery.py41 root = UsdSkel.Root(stage.GetPrimAtPath(rootPath))
46 return cache.GetSkinningQuery(stage.GetPrimAtPath(path))
H A DtestUsdSkelRoot.py36 boundable = UsdGeom.Boundable(stage.GetPrimAtPath("/Root"))
/dports/misc/usd/USD-21.11/pxr/usdImaging/bin/testusdview/testenv/testUsdviewPrimvarEdits/
H A DtestUsdviewPrimvarEdits.py61 prim = stage.GetPrimAtPath("/Scene/Geom/Plane")
96 prim = stage.GetPrimAtPath("/Scene/Geom/Plane")
/dports/misc/usd/USD-21.11/pxr/usd/usdRender/
H A Dspec.cpp166 UsdRenderProduct(stage->GetPrimAtPath(target))) { in UsdRenderComputeSpec()
174 UsdGeomCamera(stage->GetPrimAtPath(pd.cameraPath))) { in UsdRenderComputeSpec()
202 UsdPrim prim = stage->GetPrimAtPath(renderVarPath); in UsdRenderComputeSpec()
H A Dsettings.cpp60 return UsdRenderSettings(stage->GetPrimAtPath(path)); in Get()
215 return UsdRenderSettings(stage->GetPrimAtPath(path)); in GetStageRenderSettings()
/dports/misc/usd/USD-21.11/pxr/usd/plugin/usdAbc/testenv/
H A DtestUsdAbcConversionHermiteCurves.py51 prim = self.stage.GetPrimAtPath('/Cubic/Ribbons/VaryingWidth')
79 prim = self.stage.GetPrimAtPath('/Cubic/Tubes/WithVelocities')
H A DtestUsdAbcConversionSubdiv.py42 origPrim = origStage.GetPrimAtPath(testMeshPath)
43 prim = stage.GetPrimAtPath(testMeshPath)
H A DtestUsdAbcConversionBasisCurves.py48 prim = self.stage.GetPrimAtPath('/Linear/Ribbons/VaryingWidth')
82 prim = self.stage.GetPrimAtPath('/Cubic/Ribbons/VertexWidth')
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/
H A DtestUsdGeomConsts.py83 archivePrim = archiveStage.GetPrimAtPath("/ConstRoot")
110 prim = stage.GetPrimAtPath("/ConstRoot")
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdEditTarget.py37 prim = stage.GetPrimAtPath('/Sarah')
167 prim = stage.GetPrimAtPath('/Sarah')
244 prim = stage.GetPrimAtPath(primPath)
H A DtestUsdExternalAssetDependencies.py110 [stage.GetPrimAtPath(p) for p in self.expectedPrimPaths])
124 [stage.GetPrimAtPath(p) for p in expectedPrims])
H A DtestUsdSchemaRegistry.py502 parentPrim = stage.GetPrimAtPath("/PrimDefs")
552 self.assertTrue(layer.GetPrimAtPath("/PrimDefs"))
587 self.assertTrue(layer.GetPrimAtPath("/PrimDefs/ConcreteSchema"))
588 self.assertTrue(layer.GetPrimAtPath("/PrimDefs/APISchema"))
589 self.assertTrue(layer.GetPrimAtPath("/PrimDefs/FlattenToNewPrim"))
H A DtestUsdTimeValueAuthoring.py105 prim = stage.GetPrimAtPath("/TimeCodeTest")
184 prim = stage.GetPrimAtPath("/TimeCodeTest")
275 prim = stage.GetPrimAtPath("/TimeCodeTest")
476 prim = stage.GetPrimAtPath("/TimeCodeTest")
H A DtestUsdBug119633.py35 prim = stage.GetPrimAtPath('/SardineGroup_OceanA')
/dports/misc/usd/USD-21.11/pxr/usd/usd/doxygen/
H A Dinstancing.dox290 >>> car_1 = stage.GetPrimAtPath('/ParkingLot/Car_1')
303 >>> car_3 = stage.GetPrimAtPath('/ParkingLot/Car_3')
343 >>> car_1 = stage.GetPrimAtPath('/ParkingLot/Car_1')
354 # Calling Usd.Stage.GetPrimAtPath with the path of a prim beneath an
356 >>> car_1_body = stage.GetPrimAtPath('/ParkingLot/Car_1/Body')
409 >>> prototype = stage.GetPrimAtPath('/ParkingLot/Car_1').GetPrototype()
416 >>> instanceProxyBody = stage.GetPrimAtPath('/ParkingLot/Car_1/Body')
515 >>> cart = stage.GetPrimAtPath('/ParkingLot/ShoppingCart')
527 >>> [stage.GetPrimAtPath(p) for p in cart_bodyRel.GetTargets()]
544 >>> instanceProxy = stage.GetPrimAtPath('/ParkingLot/Car_1/Body')
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usdLux/testenv/
H A DtestUsdLuxListAPI.py38 listAPI = UsdLux.ListAPI(stage.GetPrimAtPath('/World'))
81 torch_1 = stage.GetPrimAtPath('/World/Geo/torch_1')
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DcollectionMembershipQuery.cpp79 if (const UsdPrim p = stage->GetPrimAtPath(path.GetPrimPath())) { in _ComputeIncludedImpl()
120 UsdPrim p = stage->GetPrimAtPath(path); in _ComputeIncludedImpl()
140 } else if (UsdPrim prim = stage->GetPrimAtPath(path)) { in _ComputeIncludedImpl()
H A DprimDefinition.cpp156 SdfPrimSpecHandle targetSpec = layer->GetPrimAtPath(path); in FlattenTo()
232 return parent.GetStage()->GetPrimAtPath(primPath); in FlattenTo()
/dports/misc/usd/USD-21.11/pxr/usd/usdLux/
H A DlightDefParser.cpp117 SdfPrimSpecHandle schemaSpec = schemaLayer->GetPrimAtPath(schemaPath); in _CopyPropertiesFromSchema()
214 UsdPrim prim = stage->GetPrimAtPath(primSpec->GetPath()); in Parse()
/dports/misc/usd/USD-21.11/pxr/usdImaging/bin/testusdview/testenv/testUsdviewPrimTreeExpansion/
H A DtestUsdviewPrimTreeExpansion.py65 prim = appController._dataModel.stage.GetPrimAtPath(path)
120 prim = appController._dataModel.stage.GetPrimAtPath(path)
/dports/misc/usd/USD-21.11/pxr/usd/usdUtils/
H A DstitchClips.cpp372 if (resultLayer->GetPrimAtPath(stitchPath)) { in _StitchClipActive()
395 if (resultLayer->GetPrimAtPath(stitchPath)) { in _StitchClipTime()
443 if (resultLayer->GetPrimAtPath(stitchPath)) { in _StitchClipAssetPath()
538 if (!resultLayer->GetPrimAtPath(clipDataPath)) { in _SetTimeCodeRange()
709 if (!resultLayer->GetPrimAtPath(clipPath)) { in _StitchLayers()
806 } else if (layer->GetPrimAtPath(clipPath)) { in _ClipLayersAreValid()
/dports/misc/usd/USD-21.11/pxr/usd/usdSkel/
H A DbindingAPI.cpp60 return UsdSkelBindingAPI(stage->GetPrimAtPath(path)); in Get()
357 if (UsdPrim prim = stage->GetPrimAtPath(p)) { in _HasInactiveAncestor()
378 if (UsdPrim prim = rel.GetStage()->GetPrimAtPath(target)) in _GetFirstTargetPrimForRel()
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdviewq/testenv/
H A DtestUsdviewqRootDataModel.py208 prim = stage.GetPrimAtPath("/frontSphere")
219 prim = stage.GetPrimAtPath("/frontSphere")
/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/
H A DtestSdfTimeSamples.py37 primSpec = layer.GetPrimAtPath('/Prim')
/dports/misc/usd/USD-21.11/extras/usd/examples/usdRecursivePayloadsExample/testenv/
H A DtestUsdRecursivePayloadsExample.py46 p = stage.GetPrimAtPath('/RootMulti')

12345678910>>...13