With this script :
Code: Select all
select { object "Sol" }
follow { }
select { object "Sol/Earth" }
lock { }
the Earth Sun direction is not locked in the camera, and I can see Earth annual motion around the Sun.
But locking works if I invert "Sol" and "Sol/Earth" positions in the script (except the ecliptic plane is wobbling because it's keeping the projection of the Earth Z body axis fixed on the camera).
Why doesn't the first script work?
Thank you.