===Python API===
Removed recently added Material API methods getRbFriction() and getRbRestitution(). Erwin had already added attributes rbFriction and rbRestitution, and current API design goal is to eventualy replace all getStuff()/setStuff() with attributes.
This commit is contained in:
		@@ -696,10 +696,6 @@ static PyMethodDef BPy_Material_methods[] = {
 | 
			
		||||
	 "() - Return fresnel power for refractions"},
 | 
			
		||||
	{"getFresnelTransFac", ( PyCFunction ) Material_getFresnelTransFac, METH_NOARGS,
 | 
			
		||||
	 "() - Return fresnel power for refractions factor"},
 | 
			
		||||
	 {"getRbFriction", ( PyCFunction ) Material_getRigidBodyFriction, METH_NOARGS,
 | 
			
		||||
	 "() - Return friction for Rigid Body dynamics"},
 | 
			
		||||
	{"getRbRestitution", ( PyCFunction ) Material_getRigidBodyRestitution, METH_NOARGS,
 | 
			
		||||
	 "() - Return restitution for Rigid Body dynamics"},
 | 
			
		||||
 | 
			
		||||
	{"getTextures", ( PyCFunction ) Material_getTextures, METH_NOARGS,
 | 
			
		||||
	 "() - Return Material's texture list as a tuple"},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user