Message 1 of 1
Color Set problem in deformer node
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi!
my shape have More than one colorSet..For example: colorSetA, colorSetB, colorSetC
i want write colors on the specific colorSet For example, colorSetB
but it cannot be done..
i use outMesh.setCurrentColorSetName(colorSetB) but when write colors by outMesh.setVertexColors(vertexColorList, vertexIndexIds) , colors written in colorSetA(first creating ColorSet)
please help!