Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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