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