Page 1 of 1

Value Buffer Validation

Posted: 26 Jul 2016, 10:29
by Eric_RD
At the Value Buffer with input "object" (to buffer an array for example) everything behind the buffer is not validated anymore. Even if you press "pass" manually.
The "Changed" event of the Buffer also does not fire.
Wehn you add a second input with type string for example and connect it to the same array the "Changed" Evend is fired, but the nodes behind the object output are still not validated.
See the attached vza...
Grüße, Eric

Re: Value Buffer Validation

Posted: 27 Jul 2016, 11:04
by Götz_B
Hi Eric,

that might happen because it the input to the value buffer is of type Int Array and not of type Object.
When I input a Ventuz Object - for example from a Value Switch, the validation works.
We will check that issue.

For now, if you want to pass an array, you can do it as a string.

I attached a scene...

Cheers,
Götz