Get UV

Gets UVs from mesh points.


Inputs

  • default u

    • The value to output if there are no U values on an input point.
  • default v

    • The value to output if there are no V values on an input point.

Outputs

  • u

    • The list of U values of the points within an input mesh.
  • v

    • The list of V values of the points within an input mesh.

Note(s)

  • Currently only operates on PolyMesh primitives, not NURBS surfaces etc. If any primitive type other than a PolyMesh is input, the default u and default v values will be output.

  • Other names for this node include: ExtractUV, Extract UVs.

Example(s)