bvn-architecture / RevitBatchProcessor

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

Uninstall dynamo 2.13 for Revit 2023 #112

Open RickBIM opened 11 months ago

RickBIM commented 11 months ago

I don't know if here is the right place to make a question, but i'm trying to use the RBP on Revit 2023, but with the updates Revit install two versions of Dynamo 2.13 and 2.16. How do I uninstall the 2.13 version?

JinminLi0430 commented 3 months ago

Hi Rick, I think I got the same issue with you that the Batch process can't process the dynamo script but can run the Python script. I think it could be the dynamo version issue. Wondering you have you found the solution for it to uninstall the dynamo version?

Thanks

RickBIM commented 3 months ago

Yeah... Don't find a solution, but the Dynamo Multiplayer of BirdTools worked for my needs: https://www.birdtools-developers.com/dmu.html

JinminLi0430 commented 3 months ago

Yeah... Don't find a solution, but the Dynamo Multiplayer of BirdTools worked for my needs: https://www.birdtools-developers.com/dmu.html

Thank you... It is super helpful, will check it out. If it can be run outside of Revit such as this Batch Revit Browser would be perfect.