hey all,
inside a sop solver on a switch node I'm trying to get the length of a string array and multiply it with another channel
right now the solver is overcopying objects:
I was able to get this to work comparing the values of two float channels but I can't get it to work with a string array since len() doesn't show up in that context? I tried reading the manual on vex contexts and cvex but it's a bit confusing. which context is the switch node parameter in? is it in sop context because the node was created in a sop solver or is it somewhere else entirely because I'm typing in a parameter textbox?