I am using blender to interact with my C++ code through python script. I create different animations by changing the parameters in my program and save them in different Ipocurves. Is there a way I can export the IpoCurves to some other graphical format or the curve data to a text file or something, so that I can plot multiple Ipocurves on the same graph showing comparison.
Thanks
Rachana Gupta
NCSU
Hi,
it should definately be possible using python scripts. I think the easiest way out would be to export the data as text files. Without scripts, I don't think it is possible other than maybe taking screenshots of your ipo curve window which is most likely not what you want. The blender python api can be found here
http://www.blender.org/documentation/249PythonDoc/index.html.
Hope that helps.
Leonard