nope
factory.getInput(1) - returns object
factory.getInput(1).getValue() - always undefined
my assumption is that
1. cuz it wasnt any init from js (factory.setValue(1)...) it cant read the values from factory
2. factory.getInput(1) - has a different object format
3. curveOffsetDistance internal is returning undefined after execution -> while dragging offset - the value is always 0
I give up
- Tudor - |