How do I make a spot light follow an object as it is moving. Like linking it.
By assigning an aim contraint to the light and the object it should follow
I tried that but I got this error message.// Error: Connection not made: 'nurbsPlane1_aimConstraint2.constraintRotateX' -> 'nurbsPlane1.rotateX'. Destination is locked. //// Error: Could not add constraint or connections. //
Is 'nurbsPlane1.rotateX' locked or allready have an input? YOu may not have something selected in the correct correct order because I do beleive that this shoudl report an derro about hte light if there was an erro rather than the target object.
Ok Know I didnt get the error mesage this time However, it is not following when object is moving. But when I move the light it points all wacky not toward the object. I played with the aim vector also. Do have group or parent?
Set the aim vector to 0 0 -1
I did not realize you could set the aim vector to zero. Thank you.