saving data along with objects

Right so… I’ve been looking at this from several perspectives but I don’t think I’ve seen the solution yet.

I’d like to save some data along with certain objects. And keep it available to python for alterations. I want to use it find back the objects as well.

Is there some built in way or trick to doing this? The data should be saved in the .blend file as well… and be available next time I run it.

ohh, I’ve got an idea. You could encode the data into vertices of new objects you create.

Blender encryption! That’d be awesome.

oh… don’t be silly :wink:

Hello Macouno

Newbie question:

What kind of data you plan to save and for what purpose?

I just succeed to use external text file as object properties data source for exporting.
http://blenderartists.org/forum/showthread.php?t=67165

Xjazz: things like “the original location/rotation of the object”, “The target location/rotation of the object” stuff like that.

I can do it in a textfile no problem… it’d be nice to have it all in the .blend though.