POV-Ray : Newsgroups : povray.tools.poser : Poseray v.3.13.29.645: "Export options > Include file paths to image maps" does not work as expected when unchecked Server Time
19 Apr 2024 18:44:53 EDT (-0400)
  Poseray v.3.13.29.645: "Export options > Include file paths to image maps" does not work as expected when unchecked (Message 1 to 1 of 1)  
From: Thomas de Groot
Subject: Poseray v.3.13.29.645: "Export options > Include file paths to image maps" does not work as expected when unchecked
Date: 18 Feb 2021 03:19:38
Message: <602e231a$1@news.povray.org>
As most, if not all, messages concerning Poseray are here, I post a copy 
from my message in p.b.utilities:

The option mentioned in the Subject line of this message works correctly 
when checked, and the download looks like this:

#declare p_map1=pigment {image_map{jpeg "D:/05 - My Programs/Poser Pro 
2014 Content/Runtime/Textures/Animals/HousecatC1.jpg" gamma srgb 
interpolate 2 transmit all 0 } }
#declare p_map2=pigment {image_map{jpeg "D:/05 - My Programs/Poser Pro 
2014 Content/Runtime/Textures/Animals/HousecatEyeC1.jpg" gamma srgb 
interpolate 2 transmit all 0 } }

However, when for some reason, you do not want the file paths included, 
and you uncheck the option, you get this:

#declare p_map1=pigment {image_map{jpeg "/05 - My Programs/Poser Pro 
2014 Content/Runtime/Textures/Animals/HousecatC1.jpg" gamma srgb 
interpolate 2 transmit all 0 } }
#declare p_map2=pigment {image_map{jpeg "/05 - My Programs/Poser Pro 
2014 Content/Runtime/Textures/Animals/HousecatEyeC1.jpg" gamma srgb 
interpolate 2 transmit all 0 } }

Only the drive name (D:) is omitted, but the total rest of the file 
paths is still there.

I seem dimly to remember that this option worked correctly in the past 
under Win7. Could this be a Win10 issue?

If a correction is possible, I would be deeply thankful to FlyerX.
-- 
Thomas


Post a reply to this message

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