Khai-J-Bach opened this issue on Aug 27, 2010 · 1684 posts
adp001 posted Tue, 14 September 2010 at 10:59 AM
Tested a simple scene with only a sphere. Got one material for the ground and one for the sphere:
#-----> GROUND/Preview <-----
MakeNamedMaterial "GROUND/Preview" "string type" ["glossy"]
"color Kd" [0.466666673621 0.466666673621 0.466666673621]
"color Ks" [0.0 0.0 0.0]
"float uroughness" [0.258086156304]
"float vroughness" [0.258086156304]
######################
#-----> ball_1/Preview <-----
MakeNamedMaterial "ball_1/Preview" "string type" ["glossy"]
"color Kd" [0.576470414797 0.576470414797 0.576470414797]
"color Ks" [0.0250000003725 0.0250000003725 0.0250000003725]
"float uroughness" [0.258086156304]
"float vroughness" [0.258086156304]
######################