...
Code Block | ||
---|---|---|
| ||
it = CmaxwellMaterialIterator(); material = it.first( scene ); while not material.isNull(): # Do something with the material material = it.next(); |
...
Code Block | ||
---|---|---|
| ||
it = CmaxwellMaterialIterator(); material = it.first( scene ); while not material.isNull(): # Do something with the material material = it.next(); |