External source

I would like to know if it is a way to up load the positions for an object from an external file, for each frame

You could certainly do this if you wrote your own python script.

hmmm… pseudocode might look something like:

import blender
text = “wherever the text file you want to read is”
delimiter = " what you want to stop the file from being read/split which frame from eg a “;” , a “~”, a “,”, etc"
frame = Blender.Get(“curframe”)
keyframe = (set keyframe API here)

the next step would be to read data and set keyframes based on the text file

I don’t know if that made any sense:eek:

please let me know if that helped or just confused things.
Thanks
-amdbcg