chrisgoringe / cg-use-everywhere

Apache License 2.0
355 stars 28 forks source link

JS serializeValue looping in another nodes #202

Open CosmicLaca opened 4 days ago

CosmicLaca commented 4 days ago

Hi, in other (not just mine) custom node front-end js of other developers if using serializeValue for example:

this.[variable].serializeValue = async (node, index) => {
     here looping the code of other nodepacks if your nodepack installed
}

the code within this function start looping if your nodepack installed, what is very inconvenient and unmanageable because the value of the variables defined inside the function is not stable, in many cases this affects seed integer generators where the variable takes a random value, but this does not have to be done every second. Would be good if the development not modify how other nodepacks working. :(

chrisgoringe commented 4 days ago

A possible fix for this is in development. It requires a significant change to the UE nodes, so testing may take a while.