@ksjp17
if I read your post correctly, you misunderstood what this script does.
This script adds or removes features - nothing else.
remove features works for ex-params and sp-params because those are only set by features, but the main parameters are set by the class values, the features only modify them.
So if you remove all features modifying the params, it will cause them to go to the class default and NOT to zero.
To get a parameter to zero, you need to add a feature that multiplies the value with 0%
if I read your post correctly, you misunderstood what this script does.
This script adds or removes features - nothing else.
remove features works for ex-params and sp-params because those are only set by features, but the main parameters are set by the class values, the features only modify them.
So if you remove all features modifying the params, it will cause them to go to the class default and NOT to zero.
To get a parameter to zero, you need to add a feature that multiplies the value with 0%
