Export images with one view

I used the changeable bounding box to adject the section box, and export images. I do got several images, but the images were all the same. I want each iamges match different bounding boxs. What did I miss here?
image
test.dyn (15.3 KB)

I’m guessing it’s because you’re trying to change the bounding box in the same transaction. The bounding box won’t update until the transaction has been committed. You can try pulling the image export portion of the code outside the transaction, but you may have to wrap this inside a custom node and use list levels.

1 Like

The regenerate node solved my problem.