sideeffects / HoudiniEngineForMaya

Houdini Engine for Maya
http://www.sidefx.com/maya
MIT License
111 stars 60 forks source link

InputMesh: Add support for multiple UV sets #3

Closed andrewkww closed 9 years ago

andrewkww commented 10 years ago

Add support for inputting multiple UV sets into Houdini Engine.

The code for marshalling one UV set into Houdini Engine already exists. Extending it to support multiple UV sets should be pretty straightforward. It should be simply: list all the UV sets from the MFnMesh, and iterate through each UV set, do the UV marshalling.

Note that the input case is straightforward, but supporting multiple UV sets for output involves a lot more work.

andrewkww commented 9 years ago

This was implemented by 5c87d6f600d71de699bcc4394d5c56226aef0344.