Slow parenting through Python?

Hi,

can I setup slow parenting directly through Python.
I really mean setup, and not enable/disable through several actuators.

Something like this?


camera.setParent(player)
# ---
<i>camera.slowPar(True)
camera.timeOffset(15)</i>
# ---

Thank you :slight_smile:

this method doesnt do the trick?

http://www.tutorialsforblender3d.com/Blender3D/SlowParent/SlowParent_Quick.html

Thank you for help.
But… (Python - Python - Python)

:slight_smile:

you cant do this, you can only change the time offset with python to an existing slow parent.

You could probably program your own slow parent to do what you want. This would involve moving the camera with a script instead of parenting… though this could be semi-complex.