remove more unneeded args, also allow ipo to animate the ref value for KX_BlenderMaterial's

This commit is contained in:
Campbell Barton
2009-07-31 09:05:13 +00:00
parent 7301f33b26
commit 3eb8000eb4
22 changed files with 36 additions and 79 deletions

View File

@@ -47,7 +47,6 @@ KX_NearSensor::KX_NearSensor(SCA_EventManager* eventmgr,
float resetmargin,
bool bFindMaterial,
const STR_String& touchedpropname,
class KX_Scene* scene,
PHY_IPhysicsController* ctrl,
PyTypeObject* T)
:KX_TouchSensor(eventmgr,
@@ -55,7 +54,6 @@ KX_NearSensor::KX_NearSensor(SCA_EventManager* eventmgr,
bFindMaterial,
false,
touchedpropname,
/* scene, */
T),
m_Margin(margin),
m_ResetMargin(resetmargin)