Set Custom UV Map¶
Functionality¶
The node creates custom UV layer and apply given uv coordinates to given Blender mesh object. For usability the node has matrix input socket but the same can be done applying the same matrix to input UV coordinates outside of the node. UV coordinates should be prepared by other nodes.
Category¶
BPY Data -> Set Custom UV Map
Inputs¶
Objects - Blender mesh objects
UV verts - just usual vertices (3D dimensional )
UV faces - just usual face, each face can be disjoint from each other
Matrix - optional, for UV transformation
Outputs¶
Objects - Blender mesh objects
Parameters¶
Parameters |
Type |
Description |
---|---|---|
Name of UV layer |
str |
SVMap by default |
Usage¶
First of all own mesh of a mesh can be used as UV data. In this case flat projection will be get:
This is analog of this set of nodes in material editor:
If input mesh has only quad faces it is possible to use plane generator node for UV mapping:
Some tricky way of unwrapping mesh with arbitrary number of edges in faces:
And of using special for unwrapping nodes: