POV-Ray : Newsgroups : povray.binaries.utilities : poseray conversion : Re: poseray conversion Server Time
6 May 2024 18:30:26 EDT (-0400)
  Re: poseray conversion  
From: Mike Williams
Date: 30 Aug 2002 15:09:27
Message: <i0aDQDABu2b9Ewzn@econym.demon.co.uk>
Wasn't it Johan Feyaerts who wrote:
>Hi,
>
>I'm trying to convert a poseray character into pov with poser4. I've
>exported it to an wavefront object file. When I read this with poseray
>I get the following error :
>
>OpenGL texture load error =[NOT FOUND] for male casual texture.tif
>
>When I try the render with pov it also seems to miss some tiff files for
>textures.
>How can I get these files from poser? Do you need to export them separately
>?

One of the (many) oddities with Poser is that it doesn't always record
the full path name of a texture map. I think it remembers all the places
that it's ever been told to look for a texture, and if you give it a
model which has incomplete or incorrect path names for the texture maps
it looks in those places and sorts it out for itself. I guess this makes
life easier when downloading new textured models and your machine has
folders with different names from that of the guy who created the model,
but it can be confusing if you're not expecting it.

That particular tiff you mention is probably in 
  C:\Program Files\Curious Labs\Poser4\Runtime\textures\
(it depends on where you installed Poser, and whether you're running
Poser 3, Poser 4 or Poser 5).

Most of the other texture maps are in subfolders of that folder.

Perhaps the best solution is to add that folder, and all its subfolders,
to your Library_Path in your master Povray.ini file, e.g.:
  Library_Path=C:\Program Files\Curious Labs\Poser4\Runtime\textures

This should fix most of the textures with missing paths, but it won't
fix any that have an existing, but incorrect, path. Unlike Poser, POV
assumes that if you give it a path, then that's the path it should use.

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.