Index: Material.py =================================================================== --- Material.py (revision 14315) +++ Material.py (working copy) @@ -237,6 +237,18 @@ @ivar rayMirr: Mirror reflection amount for raytrace. Value is clamped to the range [0.0,1.0]. @type rayMirr: float + @ivar gloss_mir: Amount of reflection glossy. + Value is clamped to the range [0.0,1.0]. + @type gloss_mir: float + @ivar samp_gloss_mir: Reflection glossy samples. + Value is clamped to the range [1,1024]. + @type samp_gloss_mir: int + @ivar gloss_tra: Amount of refraction glossy. + Value is clamped to the range [0.0,1.0]. + @type gloss_tra: float + @ivar samp_gloss_tra: Refraction glossy samples. + Value is clamped to the range [1,1024]. + @type samp_gloss_tra: int @ivar rayMirrDepth: Amount of raytrace inter-reflections. Value is clamped to the range [0,10]. @type rayMirrDepth: int