It would be very helpful to be able to trigger the Render and Render Animation in Grasshopper using a button or boolean. Alternatively, it would be nice to have a boolean output of the Render node that is true while it is rendering and false while it isn't.
I am building a render loop and need to write to an excel sheet, but I only want to trigger the writing during rendering.
There have been a few discussions on the McNeel Forum on why it is a terrible idea to hide options in right-click menus. Grasshopper is a programming language and you want to be able to expose all the options to the user in a way that they can build it how they want. Hiding things in right-click menus basically breaks those possibilities.
Thanks for considering.
I am building a render loop and need to write to an excel sheet, but I only want to trigger the writing during rendering.
There have been a few discussions on the McNeel Forum on why it is a terrible idea to hide options in right-click menus. Grasshopper is a programming language and you want to be able to expose all the options to the user in a way that they can build it how they want. Hiding things in right-click menus basically breaks those possibilities.
Thanks for considering.
Comment