Thanks for looking at this too Thomas, It looks like a problem on Blender's side then. Both textures should have come in as diffuse with no textures, just color. Could this be an issue with the plugin as the materials were Octane nodes and I was using it?stratified wrote: Unless I'm missing something, loading this MTL file works as expected...
There are no image textures described in this MTL file (via directivesmap_ka
,map_kd
,map_ks
,map_ns,
,map_bump
,bump
,map_d
). The 2 materials are identical and Octane correctly creates a glossy material for them using:cheers,
- Kd 0.640000 0.640000 0.640000 -> diffuse RGB texture with value (0.64, 0.64, 0.64).
- Ks 0.500000 0.500000 0.500000 -> specular RGB texture with value (0.5, 0.5, 0.5).
Thomas
Jason