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
- Code: Select all
channel * 1.5
and
- Code: Select all
channel * CONSTANT
whereas "CONSTANT is 1,5" are not the same.
The result of
- Code: Select all
channel * CONSTANT
is equal to
- 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!