On Sat, 5 Feb 2005 17:23:00 +0100
Josef Skladanka <[EMAIL PROTECTED]> wrote:
> hi,
> i'm novice in using SOYA and i need help with using objects made in
> blender in my program
>
> i read tutorials, but there is just said "this model was made in
> blender", but i didn't find any tutorial how to make those *.data
> files from .blend files... can you help me with this probably very
> simple problem ?
See the blender-auto-exporter-1 tuto.
Basically, just create a "blender/" directory in you data directory, put
my_model.blend in it, and then call :
soya.Shape.get("my_model")
Jiba