Copying script JSON type bug
-
I wanted to move a script processor from one container to another, so I copied it to where I wanted and deleted the original. Afterward I was getting some errors about math operators being used on strings. Some of the JSON properties for things like X, Y, Width, and Height had be turned into strings whereas before they were numbers. Seems to only be properties I was overriding that were affected.