baldingwizard / Blender-Addons

119 stars 20 forks source link

Maths expression negatives #8

Closed baldingwizard closed 5 years ago

baldingwizard commented 5 years ago

Need to apply a fix for negative values - eg, 'x/-5'

baldingwizard commented 5 years ago

Amended expression parsing so as to interpret negatives and translate automatically to '0-value' (eg, 'x/-5' becomes 'x/(0-5)', '-5/-x' becomes '(0-5)/(0-x)'