Revit Cloud Model Upgrades Part 2 – Diagnosing Common Upgrade Errors and Root Causes

Digital By Mar 12, 2026 No Comments

Upgrading a Revit model isn’t just a file conversion, it’s a forced rebuild of geometry, constraints, joins, and parametric logic. And when that rebuild fails, the cause is rarely the upgrade itself. More often, it’s exposing instability that was already baked into the model. As discussed in Revit Cloud Model Upgrades Part 1, most upgrade warnings — and complete upgrade…

Revit Cloud Model Upgrades Part 1 – How the ACC Project Updater Works and Common Misconceptions

Upgrading cloud-shared Revit models via Autodesk Construction Cloud’s Cloud Model Upgrade tool can initially feel daunting. It often surfaces a flurry of errors and warnings, but the key insight is that most issues indicate pre-existing model “technical debt”, not bugs in Autodesk’s tool. Understanding Technical Debt Technical debt is a concept originally coined by software developer Ward Cunningham in 1992….

What’s Cooking This Year

Digital By Feb 19, 2026 No Comments

I haven’t posted here since December, I’m calling it a Christmas break. But it’s mid-February now, which means it’s time to get fired back up. Rather than jump straight into a heavy technical deep dive, I wanted to share a quick outline of what’s coming over the next few months on digitalBBQ. 1. Cloud Model Upgrades I have a few…

Prompt Engineering Isn’t the Skill You Think It Is

Every few weeks there’s a new post doing the rounds about “mastering prompt engineering”. The latest one I saw claimed the author had spent 1,000 hours developing the perfect prompt framework. A long thread, a catchy acronym, multiple reposts by “AI Influencers” on LinkedIn and other social medias, the whole nine yards. The top reply to the Reddit post? Someone…

Introducing the BIM Cache Cleaner

Digital By Nov 06, 2025 No Comments

Back in 2017, I wrote a post about cleaning up Autodesk Collaboration for Revit (C4R) cache files. I then wrote a small windows application, C4R Cache Cleaner, that helped the end user work through that process without having to trawl through the journal files manually. That application became one of the most downloaded tools on revit.com.au Fast-forward eight years, C4R…

The Pickle Paradox. A Burger Shop Fable

Food By Sep 25, 2025 No Comments

Every great burger starts with a simple plan. The order is taken, the ingredients prepped, and the grill fired up. It’s straightforward enough. Deliver what the customer asked for, no more, no less. But in this particular kitchen lurked a shift manager named Pickles, whose approach to project management (and burgers) was… let’s just say unconventional. Pickles fancied himself an…

Why Revit Grids Disappear (and How to Fix It)

It’s a common issue, your grids show up fine in one view, but disappear in another, or sometimes grids copy/monitored from one source appear, but don’t appear from a second source. Before you assume something’s broken, here’s a checklist of the usual suspects and what to do about them. Common Reasons Grids Aren’t Showing Grid extents don’t cross the levelGrids…

Half-Baked Solutions Looking for Real Problems

Digital By Sep 11, 2025 No Comments

I came across this video recently, and it nails the problem with so much of the AI hype right now. At the end of the day, most of it is just fancy autocomplete. The video makes the point from a using AI in coding perspective, posing that every extra line of code you add is another liability. The same is…

Optimising IFC Files in Python

Digital By Sep 04, 2025 No Comments

I came across a Python-based IFC optimiser built on top of IfcOpenShell. It was solid, removing unused spaces, orphaned entities, and redundant metadata, but I saw room to push it further. The original script handled: Good start. But I was dealing with a 517mb Ifc file and wanted to see what else I could get out of it, see if…

1 2 3 10