what is the equivalent of this in python in that context?
$N → len(me.inputs[0].points)
rand($PT) → tdu.rand(me.inputs[0]) not correct, but cant fugue out, because the default python expression was me.inputPoint.pscale[0], and this is not working with tdu.rand. i need to pull points from point SOP not from group right?
It’s helpful understanding the object oriented nature of the Python implementation in TouchDesigner. Then it becomes easier to go through this three and find the hierarchy of objects: