On 16/04/2018 at 23:28, xxxxxxxx wrote:
Hello.
This is my problem:
I have an object ("cone") with an Ttargetexpression.
I transform the target object ("ziel") via a python script in a "for" loop (e.g. 10 steps)
ziel[c4d.ID_BASEOBJECT_REL_POSITION,c4d.VECTOR_Z] = float(i)*100
After each step i trasform a group including the "cone" and the "ziel" object to a new object ("c4d.CallCommand(12233, 12233)").
After running the script i got 10 new groups with 2 objects each. the "ziel" object has changed its position in each step) but the "cone" has not rotated.
I think it has to do with priority of the "Ttargetexpression" Tag. But i don't know how to handle the problem.
It would be great if someone could help me.
Best regards
Heiner