is it possible to do this with the modifiers?
Posted: Tue Mar 17, 2015 8:13 am
"change value to 0 unless the value was greater than 0.3 AND smaller than 0.4" so that the value is only not 0 between 0.3 and 0.4?
As far as i figured out the gate modifier would work for the first value: "if value is less than 0.3 make it 0, if greater, leave it unchanged". is there a way do do some wizardry to get the second value? Or generally to make more complex if-thens (without programming
)?
As far as i figured out the gate modifier would work for the first value: "if value is less than 0.3 make it 0, if greater, leave it unchanged". is there a way do do some wizardry to get the second value? Or generally to make more complex if-thens (without programming