Send UV Commands
-
On 02/02/2016 at 08:56, xxxxxxxx wrote:
Hi guys,
I would like to know if there is an option to modify object's uvs similar to the SendModellingCommand() Method. When I use c4d.CallCommand(1011168) for realigning UV islands, it just opens the UV-Manager. Any Ideas?
-
On 03/02/2016 at 01:40, xxxxxxxx wrote:
Hello and welcome,
in C++ one could use CallUVCommand to perform certain commands. But this function is currently not implemented in the Python API. If you want to edit the UV coordinates yourself you can access them from the UVWTag.
Best wishes,
Sebastian