Beta 3,
InpuChannel Selection to OUT:Selection changes the selection amount if the incoming mesh has a soft selection. Expected? How do I get the soft selection value?
Beta 3,
InpuChannel Selection to OUT:Selection changes the selection amount if the incoming mesh has a soft selection. Expected? How do I get the soft selection value?
Unexpected.
In Beta 2, only the Soft-Selection was used on both sides (in and out).
Now in Beta 3, the Soft-Selection is set and the Binary (old-style) hard selection is also set based on values >= 1.0, but it looks like it does not work right.
That code was also the cause for your randomly incorrectly pushed teapot, since the bitarray was not thread-safe and multi-threading confused it. In Beta 4, it will be set in a second, single-threaded pass over the soft-selection values.
We will look into this.