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

Unable to sync from dynamo #121

Closed hkbr closed 1 month ago

hkbr commented 1 month ago

Hello,

In revit 2024, it seems that the revit batch processor is no longer able to synchronize any changes to a cloud model. This works fine in revit 2023.

I am running dynamo scripts that are set up to 'do something -> transaction end -> synchronize'.

Running them manually works as expected, including the sync function. Running a dynamo script with only a sync function, seems to work as well. But as soon as i try to modify anything in the document, revit batch processor seems to be unable to run the scripts.

Does anyone have any idea why? This is the message i keep getting: 2024-05-22_11-10-21

hkbr commented 1 month ago

i was able to solve this by correctly implementing the transaction manager..