Seamly2D icon indicating copy to clipboard operation
Seamly2D copied to clipboard

BUG: Variables calculations overwritten

Open slspencer opened this issue 1 year ago • 5 comments

  • Describe the bug

In the Variables Table, a Variable's calculated value can be overwritten from a formula farther down in the Variables table. The updated calculated value is then used to draw the pattern.
The Variables Table should not allow backward updates, this creates recursion. I can provide example of this, but the base problem is ability to update variables that are defined earlier in the table.

In this example, the variable is overwritten directly with a constant, even though the formula wasn't overwritten. 3-RewriteVariableValue

slspencer avatar Mar 24 '23 15:03 slspencer