Here are some things we would benefit from with the Particle Tuner.
* A test for the position of a particle. So we could delete all particle below 0 Z, for instance without a more expensive distance to object test.
* A Multiply action, rather than an Increase By or Decrease By. We could set a particle size to 50% (0.5*) of its original value. Or we could have particles slow down 5% per step, etc.
* A method to make actions happen per unit of time rather than per step so we can change the steps per frame without adjusting things. (If this is already the case, then I may misunderstand how it works, as I have not tested it directly.)
* A ONCE function that would only apply the action to a particle one time. This way we could (for instance) set different emitters of Foam to different RGB colors, test based on the color, and set the scale of the Foam particles independently for each emitter. Of course I guess having a scale setting in the emitters would be nice too.
* An Undo for when you delete or replace tests, as we still find it difficult (confusing) to remove a specific test from a complex string of ANDs and ORs.
Thanks for listening.
* A test for the position of a particle. So we could delete all particle below 0 Z, for instance without a more expensive distance to object test.
* A Multiply action, rather than an Increase By or Decrease By. We could set a particle size to 50% (0.5*) of its original value. Or we could have particles slow down 5% per step, etc.
* A method to make actions happen per unit of time rather than per step so we can change the steps per frame without adjusting things. (If this is already the case, then I may misunderstand how it works, as I have not tested it directly.)
* A ONCE function that would only apply the action to a particle one time. This way we could (for instance) set different emitters of Foam to different RGB colors, test based on the color, and set the scale of the Foam particles independently for each emitter. Of course I guess having a scale setting in the emitters would be nice too.
* An Undo for when you delete or replace tests, as we still find it difficult (confusing) to remove a specific test from a complex string of ANDs and ORs.
Thanks for listening.
Comment