On Wed, 2005-10-12 at 23:01 +0200, Jiba wrote: > On Tue, 11 Oct 2005 22:30:42 -0700 > Mark Ivey <[EMAIL PROTECTED]> wrote: > > > I can't get UV textures working on my models. The > > character-animation-1.py tutorial works fine, but if I substitute my > own > > models the textures don't load. I get this error message as it > starts: > > > > Exception exceptions.ValueError: <exceptions.ValueError instance at > > 0xb6f2842c> in '_soya._Cal3dShape._set_texture_from_model' ignored > You need to put your texture in the data/images/ directory, and Soya > should find it automatically. > > XML should be right ; but there is an option for using binary files > (which are smaller). > > You may also use the auto-exporter feature (see tuto > blender-auto-exporter). > > Jiba
That was it. As soon as I put the images in data/images it started behaving. Thanks! -Mark Ivey-
