UE incompatible with pythonssss Preset Text node
chrisgoringe opened this issue · 2 comments
chrisgoringe commented
If the Preset Text node is connected to a UE node, it breaks.
It seems to be because the Preset Text node isn't serialized (it's pure javascript) but UE references it. Push it through a blank String node and it's fine. My initial guess is that Preset works by pushing it's value into the downstream nodes in a way that UE doesn't support.
chrisgoringe commented
Yup - at presetText.js:145
// For each output link copy our value over the original widget value
chrisgoringe commented
I've made a suggestion to the author of pythonsssss that we could fix this collaboratively.