> I have tried to export my model from blender to soya. Where can I find > any docs about this ? What are the restrictions that the model has to > fulfill ?
There are about no restriction for Soya static models. For animated Cal3D models, see the comment at the beginning of blender2Cal3d.py > When I try to use blender2soya.py from within blender I always get > "cannot import soya module" error. > > Why ? I have installed the soya in default location > /usr/lib/python2.3/site-packages/soya Maybe you are running a version of Blender that uses Python 2.4. In this case, you need to compile and install Soya for python 2.4 too (in addition to 2.3). > I tried also the build in exporter blender2Cal3d. It produced some > files, but when I try to load it by Cal3dShape.get(...) it fails on > the skeleton. The skeleton file is quite small it contains only few > characters (one line). > > Do I need to create a dummy skeleton in blender in order to be able to > export to Cal3d ? If your model has no armature / animation, it cannot be used with Cal3D. Cal3D is for ANIMATED models. > Please at least give me pointers to some source of information (how to > export models from blender to soya). look at the "blender-auto-exporter" tuto. Jiba
