On 19/05/2014 at 23:06, xxxxxxxx wrote:
I'm creating a plane (polygon with 4 points) and making it a child of a Subdivision Surface.
I'm then adding two tags:
uvw tag: c4d.BaseTag(c4d.Tuvw)
and
Subdivision Surface Weight: c4d.BaseTag(c4d.Tsds)
I have two problems.
C4D pops a message box that says "Tag 5671 not in sync." when you try to do something with the plane. That is the uvw tag. If I drag the tag around in the object browser, the problem goes away.
How do you make the tag 'in sync' in python.
Second problem:
I need to set the vertex weights of the 4 points for the Subdivision Surface.
In the viewport, you select the vertices and hold down 'period' and drag left & right to set them.
How do you set those weights with python?
Thanks