Patch/Bugfix so wind noise got controlable seed and therefore redoable cloth sims - bug reported by istvan
This commit is contained in:
@@ -3757,7 +3757,8 @@ static int setupPI( Object* ob )
|
||||
ob->pd->pdef_perm =0;
|
||||
ob->pd->f_strength =0;
|
||||
ob->pd->f_power =0;
|
||||
ob->pd->maxdist =0;
|
||||
ob->pd->maxdist =0;
|
||||
ob->pd->seed =0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user