Can we find Radiance command lines/scripts in Ladybug 1.5

Dear all,

Will there be a batch file created when Ladybug 1.5 is used? If not, is there any way we could see what Radiance Command lines are being proceeded? Many thanks!

Best,
Sichen

Hi @SichenLu,

There is not single batch file like previous versions. It’s a bit more complicated.

You can add a debug_folder to the recipes in Grasshopper.
image

You will then have a folder where each task of the recipe is its folder.

In each folder there is a command.bat file.

You can add --dry-run to the command and execute the file. The --dry-run will not execute the command but just show the Radiance command. Some commands in the command.bat files will not have a --dry-run option. This is because they are not executing a Radiance command, e.g., post-processing annual metrics.

1 Like

Hi Mikkel,

Thank you so much!

Best,
Sichen

You can also inspect the recipes visually on Pollination.

1 Like

Hi Mostapha,

That’s very cool! It helps us to visualize the whole process.

Thanks,
Sichen