Math Editor decimal points

The recently released version of i2 Pro (1.1.5.0085) still has the problem that decimal points in non english languages are not read correctly. My computer is in german. When I type formulas I need to use a point "." as a decimal separator. In the constants editor I must use a comma "," as a point is ignored. But then the interpretation is not done correctly. I2 does not read the value after the comma. Example:
The results of
The result of
Besides that it is not very intuitive to use two different decimal separators in the channel editor and the constants editor!
The results of
- Code: Select all
channel * 1.5
- Code: Select all
channel * CONSTANT
The result of
- Code: Select all
channel * CONSTANT
- Code: Select all
channel * 1.0
Besides that it is not very intuitive to use two different decimal separators in the channel editor and the constants editor!