> I was wondering if I can use Soya to do that... I need to create geometrical > objects (cylinders, arrows, ...), and to be able to move/rotate/resize them > precisely. Does Soya allow that ?
Yes ! > I also need to make animations. With vpython, I export scene in pov format, > and then use povray to compute a nice image. Transcode is used to combines > all images in a short movie. > > I'm reading the tutorial, but I didn't see what is the 'data' format used by > soya. Do I really need Blender to create a simple object ? Is there a > simpler solution ? See the modeling tutos for creating shapes. The .data format is simply the Python objects pickled. Jiba
