How to extract "RayMir" from Material?

Hi all,

I’ve written a Blender export script for my own Java ray tracer and it seems to be working fine so far. However…

Perhaps I’m being stupid but I can’t seem to find a way of extracting the “RayMir” value that appears on the “Mirr Transp” Material tab. There doesn’t seem to be any reference to it in the documentation and I’d be surprised if it’s not included (maybe it’s a “Todo” that hasn’t been implemented yet?), especially with the “Ray Mirror” flag already being available.

Any help much appreciated…

Ian.

http://www.blender.org/documentation/240PythonDoc/Material.Material-class.html#getRayMirr

The 2.40 doc is here:

http://www.blender.org/documentation/240PythonDoc/index.html

:slight_smile:

Cheers,
olivS

Thanks Oliver. It was either me being stupid or me having a link to older documentation…

:-?

Ian.