So far I wrote a grasshopper plugin that take an image to generate 3d relief tile. For each computing I select one image file a time through “path” component “Select one existing file”.
I want to can select many images at once, and then automatic proceed each image one by one, and save view captures of every tile generated.
To do this in Grasshopper without creating new C# or python components check out Pancake (import and export functions), Fabtools (for capturing the view) and Anemone to loop the whole thing.