POV-Ray : Newsgroups : povray.tools.poser : PoseRay 3.11.0 issue Server Time
28 Mar 2024 20:51:48 EDT (-0400)
  PoseRay 3.11.0 issue (Message 1 to 2 of 2)  
From: Tim Cook
Subject: PoseRay 3.11.0 issue
Date: 12 Nov 2009 16:12:04
Message: <4afc7a24$1@news.povray.org>
Duplicating item I posted in p.b.images

section of exported v4,
//This encapsulates the material into the mesh so that Moray can use the 
original materials
#declare Victoria_4_hip_hip_2_hip__2_SkinHip_=...
(and so forth)

followed by:
//Model assembly from the meshes
#declare Victoria_4_hip_=
union {
object{Victoria_4_hip_hip_2_hip__2_SkinHip_uv_mapping}
object{Victoria_4_hip_rThigh_2_rThigh__2_SkinHip_uv_mapping}
object{Victoria_4_hip_rThigh_2_rThigh__3_SkinLeg_uv_mapping}
object{Victoria_4_hip_lThigh_2_lThigh__2_SkinHip_uv_mapping}
object{Victoria_4_hip_lThigh_2_lThigh__3_SkinLeg_uv_mapping}
split_union off
}

the problem is the fact that it does not declare any objects that end 
with "_uv_mapping", making POV stall.  you have to manually remove the 
"_uv_mapping" from each item in this part.  it doesn't take very long, 
but it is a nuisance that shouldn't be necessary.

I should probably make note of which specific settings I had flagged...
*looks*  Moray tab, use original materials, POV tab, include texture 
coordinates checked (all of the settings on that tab are at default, afaik)

This happens with all the meshes I've exported from Poser.

--
Tim Cook
http://empyrean.freesitespace.net


Post a reply to this message

From: FlyerX
Subject: Re: PoseRay 3.11.0 issue
Date: 12 Nov 2009 16:34:23
Message: <4afc7f5f$1@news.povray.org>
Tim Cook wrote:
> Duplicating item I posted in p.b.images
> 
> section of exported v4,
> //This encapsulates the material into the mesh so that Moray can use the 
> original materials
> #declare Victoria_4_hip_hip_2_hip__2_SkinHip_=...
> (and so forth)
> 
> followed by:
> //Model assembly from the meshes
> #declare Victoria_4_hip_=
> union {
> object{Victoria_4_hip_hip_2_hip__2_SkinHip_uv_mapping}
> object{Victoria_4_hip_rThigh_2_rThigh__2_SkinHip_uv_mapping}
> object{Victoria_4_hip_rThigh_2_rThigh__3_SkinLeg_uv_mapping}
> object{Victoria_4_hip_lThigh_2_lThigh__2_SkinHip_uv_mapping}
> object{Victoria_4_hip_lThigh_2_lThigh__3_SkinLeg_uv_mapping}
> split_union off
> }
> 
> the problem is the fact that it does not declare any objects that end 
> with "_uv_mapping", making POV stall.  you have to manually remove the 
> "_uv_mapping" from each item in this part.  it doesn't take very long, 
> but it is a nuisance that shouldn't be necessary.
> 
> I should probably make note of which specific settings I had flagged...
> *looks*  Moray tab, use original materials, POV tab, include texture 
> coordinates checked (all of the settings on that tab are at default, afaik)
> 
> This happens with all the meshes I've exported from Poser.
> 
> -- 
> Tim Cook
> http://empyrean.freesitespace.net

Tim,

You may want to use PoseRay 3.12.2 instead. There was a bug where there 
was a missing space at the end. It should be object{name uv_mapping}.

FlyerX


Post a reply to this message

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