-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RBP Configuration #113
Comments
do you mean a python script or a dynamo script? |
A set of Dynamo scripts |
I am not sure if you can give a set of Dynamo scripts to RBP directly without Python. I used the template python script, imported the function that runs dynamo scripts, and used it to run multiple dyn files in a single run. Something like the following script that runs three dyn files. My small tests ran okay but you should test this alot more before using in production. In summary, instead of a dyn file, you give RBP a .py file (with the scripts below) that triggers the run of multiple dyn files.
|
Hello,
I was wondering if it's possible in a scenario with multiple models and multiple scripts to configure the tool to open each model once and run all scripts on it sequentially, rather than opening each model separately per script in the queue?
The text was updated successfully, but these errors were encountered: