Home
last modified time | relevance | path

Searched refs:Primvar (Results 1 – 17 of 17) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A DwrapPrimvar.cpp152 typedef UsdGeomPrimvar Primvar; in wrapUsdGeomPrimvar() typedef
154 class_<Primvar> clsObj("Primvar"); in wrapUsdGeomPrimvar()
187 .def("GetAttr", &Primvar::GetAttr, in wrapUsdGeomPrimvar()
189 .def("IsDefined", &Primvar::IsDefined) in wrapUsdGeomPrimvar()
190 .def("HasValue", &Primvar::HasValue) in wrapUsdGeomPrimvar()
192 .def("GetName", &Primvar::GetName, in wrapUsdGeomPrimvar()
196 .def("GetBaseName", &Primvar::GetBaseName) in wrapUsdGeomPrimvar()
198 .def("SplitName", &Primvar::SplitName, in wrapUsdGeomPrimvar()
208 .def("SetIndices", &Primvar::SetIndices, in wrapUsdGeomPrimvar()
216 .def("IsIndexed", &Primvar::IsIndexed) in wrapUsdGeomPrimvar()
[all …]
H A Dschema.usda17 string doc = """UsdGeomPrimvar - How a Primvar interpolates
915 Primvar interpolation types and related utilities are described more
1342 case widths are cylinder width. 'widths' is not a generic Primvar,
1446 \\section UsdGeomBasisCurves_PrimvarInterpolation Primvar Interpolation
1645 object space. 'widths' is not a generic Primvar, but
2343 \\section UsdGeomHermiteCurves_Primvars Primvar, Width, and Normal Interpolation
2345 Primvar interpolation is not well specified for this type as it is not
H A DgeneratedSchema.usda1542 Primvar interpolation types and related utilities are described more
2335 case widths are cylinder width. 'widths' is not a generic Primvar,
2449 Primvar Interpolation
2709 case widths are cylinder width. 'widths' is not a generic Primvar,
2918 case widths are cylinder width. 'widths' is not a generic Primvar,
3088 object space. 'widths' is not a generic Primvar, but
3840 Primvar, Width, and Normal Interpolation
3842 Primvar interpolation is not well specified for this type as it is not
3997 case widths are cylinder width. 'widths' is not a generic Primvar,
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DresourceBinder.h193 struct Primvar { struct
194 Primvar() {} in Primvar() argument
195 Primvar(TfToken const &name, TfToken const &dataType) in Primvar() function
200 typedef std::map<HdBinding, Primvar> PrimvarBinding; argument
204 struct FvarPrimvar : Primvar {
208 : Primvar(name, dataType), channel(channel) {} in FvarPrimvar()
H A DresourceBinder.cpp348 MetaData::Primvar(/*name=*/glName, in ResolveBindings()
370 MetaData::Primvar(/*name=*/glName, in ResolveBindings()
481 MetaData::Primvar(/*name=*/glName, in ResolveBindings()
933 MetaData::Primvar(spec.name, in ResolveComputeBindings()
943 MetaData::Primvar(spec.name, in ResolveComputeBindings()
1563 Primvar const &primvar = it->second; in ComputeHash()
1570 Primvar const &primvar = it->second; in ComputeHash()
1577 Primvar const &primvar = it->second; in ComputeHash()
H A DmaterialNetwork.cpp881 if (sdrRole == SdrNodeRole->Primvar) { in _MakeMaterialParamsForTexture()
1086 } else if (sdrRole == SdrNodeRole->Primvar) { in _MakeParamsForInputParameter()
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/
H A DtestUsdGeomPrimvar.py30 IsPrimvar = UsdGeom.Primvar.IsPrimvar
42 self.assertEqual(UsdGeom.Primvar.StripPrimvarsName(u1.GetName()), "u_1")
45 self.assertEqual(UsdGeom.Primvar.StripPrimvarsName(v1.GetName()), "v_1")
83 self.assertTrue(UsdGeom.Primvar.IsValidPrimvarName(datas[0].GetName()))
86 self.assertTrue(UsdGeom.Primvar.IsValidPrimvarName(datas[1].GetName()))
93 self.assertFalse(UsdGeom.Primvar.IsValidPrimvarName("myColor"))
108 self.assertFalse( UsdGeom.Primvar(p.GetAttribute("myColor")) )
109 self.assertFalse( UsdGeom.Primvar(p.GetAttribute("myBinding")) )
110 self.assertTrue( UsdGeom.Primvar(p.GetAttribute(v1.GetName())) )
661 p = UsdGeom.Primvar()
[all …]
/dports/misc/usd/USD-21.11/pxr/usdImaging/bin/testusdview/testenv/testUsdviewPrimvarEdits/
H A Dprimvars.usda38 … color3f inputs:diffuseColor.connect = </Scene/Looks/MainMaterial/Primvar.outputs:result>
45 def Shader "Primvar"
/dports/misc/usd/USD-21.11/pxr/usdImaging/bin/testusdview/testenv/testUsdviewShaderEdits/
H A Dtest.usda32 float2 inputs:st.connect = </Scene/Looks/MainMaterial_1/Primvar.outputs:result>
36 def Shader "Primvar"
/dports/misc/usd/USD-21.11/pxr/usd/usdShade/testenv/
H A DtestUsdShadeShaderDef.py62 Sdr.NodeRole.Primvar)
129 self.assertEqual(n.GetRole(), Sdr.NodeRole.Primvar)
/dports/misc/usd/USD-21.11/pxr/usd/sdr/
H A DshaderNode.h69 ((Primvar, "primvar")) \
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/documentation/
H A Drelease_31.rst82 | Varying Primvar Evaluation | Face-Varying Primvar Evaluation |
H A Dtutorials.rst62 2. Uniform Refinement and Primvar Data Types
H A Dfar_overview.rst42 and *Primvar Refinement*.
73 Primvar Refinement
76 Primvar refinement is the process of computing values for primvar data (points,
/dports/misc/usd/USD-21.11/pxr/usd/usdSkel/doxygen/
H A Dschemas.dox492 <a href="https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-Primvar">primvars</a>,
612 <a href="https://graphics.pixar.com/usd/docs/USD-Glossary.html#USDGlossary-Primvar">primvar</a>
/dports/misc/usd/USD-21.11/pxr/usd/usdShade/
H A Doverview.dox580 doc = "Version 2 of a Primvar node that outputs a float"
/dports/misc/usd/USD-21.11/
H A DCHANGELOG.md2491 - Primvar API on UsdGeomImageable in favor of UsdGeomPrimvarsAPI schema.
3185 - Conformed Hydra API to use "Primvar" instead of "PrimVar".