On 22/08/2018 at 13:39, xxxxxxxx wrote:
I have a simple Python generator that creates some polys.
In the Generator's User Data there is a Link for a texture tag, which gets cloned by the generator and assigned to the created polys.
I want to allow the user to animate some of the parameters of the cloned texture tag (eg Offset and Length).
I assume I need to create User Data elements for these parameters, so the user can animate them.
But how do I link the User Data so that its changing values get propagated to the properties of the cloned tag created in the Generator?
Or am I going about this the wrong way..?