Skip to content

JS serializeValue looping in another nodes #202

Closed
@CosmicLaca

Description

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. :(

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions