option to use curve point weights to influence particle effectors.

This commit is contained in:
2010-04-21 11:59:47 +00:00
parent 6a5c036304
commit f7717b2e80
19 changed files with 62 additions and 27 deletions

View File

@@ -3687,7 +3687,7 @@ static void system_step(ParticleSimulationData *sim, float cfra)
PTCacheID pid, *use_cache = NULL;
PARTICLE_P;
int oldtotpart;
float disp, *vg_vel= 0, *vg_tan= 0, *vg_rot= 0, *vg_size= 0;
float disp; /*, *vg_vel= 0, *vg_tan= 0, *vg_rot= 0, *vg_size= 0; */
int init= 0, emit= 0; //, only_children_changed= 0;
int framenr, framedelta, startframe = 0, endframe = 100;