Thx for the input. A really powerful tag. Never payed attention to it.
But for this case I fear it is not the way to go. I actually want to transform my objects an then have the script in my python tag react to it (update other objects). And, as i wrote, I want the same for user data. So if i change a slider, i want to e.g. readjust a spline in the scene.
Of course, i could just let my function run continuously but that would drain on performance.
My example in more detail:
I have five n-Side splines and n free form splines. The python script is making the free form splines run through the corners of my n-Sides. So now i want to have a slider controlling the number of sides of my n-Sides. And then add or remove free form splines accordingly my script. As is said, I could let the script run continuously, but that would kill performance. And it is only needed, when the user changes the slider...
thx,
kws