Get sheet by shared paremeters

Hi everyone,

I want to create a script that change the revision on sheets (instead of changing it sheet by sheet… this is truly pain in the a$$)

I found a Node that let me add a revision to a sheet, but I need to add sheet in that node … can someone help me plz ?!

thx a lot.

Have you looked into Xrev UpRev? I know that allows you to batch update “Revision on Sheet”

https://apps.autodesk.com/RVT/en/Detail/Index?id=5513670845846828779&appLang=en&os=Win32_64

thx

Or not bother with an add-in and use this method: http://archi-lab.net/revisions-on-sheet-w-dynamo/

2 Likes

Try this, been done several different ways, but this uses Data-Shapes to make it user friendly.


Sheet - Add Revision to Sheets.dyn (24.4 KB)

2 Likes

wow cool thx folks !!