From a4817c518c5ad413ab5922fdb9cf9b507e6aba79 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Fri, 2 Jun 2006 23:26:41 +0000 Subject: [PATCH] added basic docs for rbFriction and rbRestitution --- source/blender/python/api2_2x/doc/Material.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/blender/python/api2_2x/doc/Material.py b/source/blender/python/api2_2x/doc/Material.py index d86d00cc5cf..bbae407aa9f 100644 --- a/source/blender/python/api2_2x/doc/Material.py +++ b/source/blender/python/api2_2x/doc/Material.py @@ -163,6 +163,12 @@ class Material: @ivar fresnelTransFac: Blending factor for Fresnel transparency. Value is clamped to the range [1.0,5.0]. @type fresnelTransFac: float + @ivar rbFriction: Rigid Body Friction coefficient. + Value is clamped to the range [0.0,100.0]. + @type rbFriction: float + @ivar rbRestitution: Rigid Body Friction restitution. + Value is clamped to the range [0.0,1.0]. + @type rbRestitution: float @ivar haloSeed: Randomizes halo ring dimension and line location. Value is clamped to the range [1,255]. @type haloSeed: int