bvn-architecture / RevitBatchProcessor

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

Dynamo Script Run Completed but opening Revit doesn't show the results #63

Closed sajjad1983 closed 4 years ago

sajjad1983 commented 4 years ago

Hi @DanRumery

Hope you're doing well. Today i downloaded RevitBatchProcessor tool and tried to run dynamo script. At the end of the operation it says "Operation Completed" but when i open revit file it is the same as previous no change in the revit file. Could you please help me with this. Here is the image at the end of the log: image

sajjad1983 commented 4 years ago

Hi @DanRumery ,

Could you please help me on this.

DanRumery commented 4 years ago

@sajjad1983 Hi there, if you add a Save / Sync node to your Dynamo script it should no longer show that message. There are a couple of packages that have such nodes (I believe Orchid is one of them).

Let me know if that works...

DanRumery commented 4 years ago

There's a mention in the Wiki/FAQ about that just in case people aren't aware of the behaviour.

sajjad1983 commented 4 years ago

Thanks a lot @DanRumery works like a charm. One more thing why Same Revit Session greyed out. How can i use this functionality. image

DanRumery commented 4 years ago

@sajjad1983 it's disabled for Dynamo task scripts because I wasn't able to figure out how to reset the Dynamo engine within a single Revit session. The option is only enabled for Python task scripts as a result.

sajjad1983 commented 4 years ago

That does makes sense. Thanks a lot. Have a nice day :)

DanRumery commented 4 years ago

Thanks you're welcome! same to you too :)