Thank you, Richard. That was very informative. I just wanted to put my thought on why you had to use Vector(target.locatio…

Forum Archive Thank you, Richard. That was very informative. I just wanted to put my thought on why you had to use Vector(target.locatio…

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5307
    sreenathkrishnan
    Participant

      Thank you, Richard. That was very informative. I just wanted to put my thought on why you had to use Vector(target.location) in the call to the append function. I think it is because when you append target.location, it is appended as a reference (not vale). So whenever the object location changes, all elements in the list will point to the current location.

      #23691
      Joseph Cotter
      Participant

        Well, something changed in how Blender is handling this since I didn’t need to use Vector(target.location) in 2.78

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘Thank you, Richard. That was very informative. I just wanted to put my thought on why you had to use Vector(target.locatio…’ is closed to new replies.