Are `pointItr` methods gone?

As I understand parameter mapping is in place of that — however not every operator has that option, such as Limit or Quantize POP.

The reason I’m asking is I had an alpha patch where I was utilizing pointItr with Quantize value step param, and it got me wondering!

To be more specific I get an error prompting me to use mappings when I try to use pointItr for the QuantizePOP

Yes that’s been removed for now. It was always implemented per-parameter, so it wasn’t a generally usable workflow. Ideally the mapping parameters expanded out more and more going forward

Got it, thank you