Posts by undø _ • 21 points
1 post
-
2
votes4
answers241
viewsA: Filter list of python objects
first create a loop that observes all objects within the list for i in lista: then test if the ID property is equal to the desired value (1 for ex.) if i.ID == 1: then edit the name of this object…