Back to all packs
wanvaceadvanced banner

wanvaceadvanced

Description unavailable.

View repository
Publisher
Downloads
GitHub stars
Latest version
License
Last updated

Nodes in this pack

WanVaceAdvanced

  • StringToFloatListRanged

    Converts a comma-separated string to a float list. Supports repeat notation using '#' (e.g., '3#5' repeats 3.0 five times). Mix regular numbers and repeats: '1, 2.5#3, 7' becomes [1.0, 2.5, 2.5, 2.5, 7.0].

  • WVAOptions