How do I make a loop in python that iterates through all objects in a family? I can't find any reference to families in any of the objects in the list on the right.
Develop games in your browser. Powerful, performant & highly capable.
For a family named Blue:
for obj in Blue: obj.angle+=45
That works perfectly. Thank you
The next question is, of course, why are families not shown in the Python editor autocomplete feature?
I'm not positive but access to families was added after the editor was made. Much like behavior access from python.