Home
last modified time | relevance | path

Searched refs:usdPrimTypeName (Results 1 – 25 of 64) sorted by relevance

123

/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A Dxform.cpp68 static TfToken usdPrimTypeName("Xform"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A Dscope.cpp68 static TfToken usdPrimTypeName("Scope"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A DnurbsCurves.cpp68 static TfToken usdPrimTypeName("NurbsCurves"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/pxr/usd/usdPhysics/
H A DfixedJoint.cpp68 static TfToken usdPrimTypeName("PhysicsFixedJoint"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A DcollisionGroup.cpp68 static TfToken usdPrimTypeName("PhysicsCollisionGroup"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A Dscene.cpp68 static TfToken usdPrimTypeName("PhysicsScene"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A DdistanceJoint.cpp68 static TfToken usdPrimTypeName("PhysicsDistanceJoint"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A DsphericalJoint.cpp68 static TfToken usdPrimTypeName("PhysicsSphericalJoint"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/pxr/usd/usdSkel/
H A DpackedJointAnimation.cpp68 static TfToken usdPrimTypeName("PackedJointAnimation"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/pxr/usd/usdLux/
H A DpluginLightFilter.cpp68 static TfToken usdPrimTypeName("PluginLightFilter"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A DpluginLight.cpp68 static TfToken usdPrimTypeName("PluginLight"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A DportalLight.cpp68 static TfToken usdPrimTypeName("PortalLight"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A DgeometryLight.cpp68 static TfToken usdPrimTypeName("GeometryLight"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A DdistantLight.cpp68 static TfToken usdPrimTypeName("DistantLight"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/extras/usd/examples/usdSchemaExamples/
H A Dcomplex.cpp68 static TfToken usdPrimTypeName("ComplexPrim"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/pxr/usd/usdUI/
H A Dbackdrop.cpp68 static TfToken usdPrimTypeName("Backdrop"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/pxr/usd/usdVol/
H A Dfield3DAsset.cpp68 static TfToken usdPrimTypeName("Field3DAsset"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A DopenVDBAsset.cpp68 static TfToken usdPrimTypeName("OpenVDBAsset"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/namespace/
H A DtestHairman.cpp68 static TfToken usdPrimTypeName("TestPxHairman"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/headerTerminatorString/
H A DtestHairman.cpp68 static TfToken usdPrimTypeName("TestPxHairman"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/nestedNamespace/
H A DtestHairman.cpp68 static TfToken usdPrimTypeName("TestPxHairman"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/testUsdSchemaGen/baseline/basic/
H A DtestHairman.cpp68 static TfToken usdPrimTypeName("TestPxHairman"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/pxr/usd/usdRender/
H A Dproduct.cpp68 static TfToken usdPrimTypeName("RenderProduct"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
H A Dvar.cpp68 static TfToken usdPrimTypeName("RenderVar"); in Define() local
74 stage->DefinePrim(path, usdPrimTypeName)); in Define()
/dports/misc/usd/USD-21.11/pxr/usd/usd/codegenTemplates/
H A DschemaClass.cpp80 if (!Is{{ cls.usdPrimTypeName }}Path(path, &name)) {
105 static TfToken usdPrimTypeName("{{ cls.usdPrimTypeName }}");
111 stage->DefinePrim(path, usdPrimTypeName));
137 {{ cls.cppClassName }}::Is{{ cls.usdPrimTypeName }}Path(

123