Hi, I'm currently working on a Python script in C4D that tries to read out some Corona object properties, in that case the ChaosScatter[c4d.CHAOS_SCATTER_DISTRIBUTE_ON_OBJECTS] list. I'm no pro at writing code, but with the help of ChatGPT I've created some nice little helper for basic C4D stuff, but mostly with built-in objects, Cloner and so on. Does anyone know how I could get the list and / or change the objects inside that list with code? Can't read the data that ChaosScatter[c4d.CHAOS_SCATTER_DISTRIBUTE_ON_OBJECTS] would give me, I believe! (could be totally wrong how I'm trying to do it), but that [c4d...] doesn't give me anything if I simply print it out? Is this some kind of packaged variable that I need to unpack? Iterating over it with a for loop isn't possible and to that point I've no other clue :) Reading the values, and changing them would be the thing I need to achieve.
Thanks in advance and have a nice day!