bvn-architecture / RevitBatchProcessor

Fully automated batch processing of Revit files with your own Python or Dynamo task scripts!
GNU General Public License v3.0
288 stars 76 forks source link

How to run Dynamo sandbox - want to run e-transmit which does not allow an open model #72

Open NicklasOestergaard opened 3 years ago

NicklasOestergaard commented 3 years ago

Hi Is it possible to run a dynamo script without an open model or do you need an open model for Dynamo to work?

petersmithfromengland commented 2 years ago

Hi @NicklasOestergaard it looks like there's a separate executable for Dynamo sandbox, DynamoSandboxCLI . You could probably trigger the execution of this with the appropriate command line arguments for the task you're trying to perform using python, then add that as a pre-run script. This will only execute once though, not for the number of models in your model list. Does that make sense/help?