Dan Rumery
Dan Rumery
hmmm where is the settings file currently saved to / loaded from?
@mak5imka That's good as a workaround but it's still mysterious why it wouldn't work (I haven't come across this situation before)
If you're running Dynamo scripts unfortunately RBP always runs separate Revit sessions. I wasn't able to find a way to "reset" Dynamo in the Revit session so I had to...
Hi @infeeeee I agree a parallelized version of RBP would be really useful! I have considered it before but it would require some significant re-designing to how it currently works...
@infeeeee Nice experiment! One strategy for list-splitting I've used in the past is based on file size (because file size is often somewhat correlated with Revit processing time). One algorithm...
I've also thought about an idea to have a "server" mode for RBP, where it continuously monitors a queue of file paths to process, perhaps different task scripts for each...
Hi there, I can't see anything obvious wrong with the script. However I'm unable to test it myself as I don't have access to a Revit license these days. What...
@alexberd Normally the warnings / failures handler logic would handle this instead of the dialog box handler so I wonder why it doesn't handle this particular warning... Can you make...