Particles now got that force-hiding feature, too --> jahka: please take a look :)

This commit is contained in:
2008-08-19 11:26:18 +00:00
parent a7f5109f23
commit 7f49f67352
6 changed files with 72 additions and 68 deletions

View File

@@ -3306,7 +3306,7 @@ static void object_panel_collision(Object *ob)
// collision options
if(collmd)
{
uiDefButS(block, NUM, B_FIELD_CHANGE, "Absoption: ", 10,0,150,20, &collmd->absorbation, 0.0, 100, 1, 2, "How much of effector force gets lost during collision with this object (in percent).");
uiDefButS(block, NUM, B_FIELD_CHANGE, "Absorption: ", 10,0,150,20, &collmd->absorption, 0.0, 100, 1, 2, "How much of effector force gets lost during collision with this object (in percent).");
}
}
}