From the image it is hard to say, but … Can it be that you are assigning the same name for all images so the new one is overriding the previous one? Seems to be this is the case.
-A.
this is how the structure is being generated. so the component realizeses multiple viewports, captures them but then export only the last capture in the report and overrides all of them.
if i take out one then all are the second to last viewport.
so technically its working but in the export and save stage there is something missing or miscalculating.
Without the script is hard to say but I suggest, if still relevant, to add another item to the file name: An index that will add up the value after each iteration, so you’ll guarantee each option is unique in it’s name.
-A.
I believe you are using the “new” p;ython component to code. LBT doesn’t support this python version. You should use the “legacy” one. You can call it in GH by double click on canvas and type #GH. Should see GH python script [Legacy]. You can also tell when seeing the “old” banner on the component.
The script works for me, FYI.
-A,