The first Revit point update each year typically brings some features that the dev team didn’t quite have cooked for the initial release, and this year we get something pretty special… the ability to apply Browser Organisation to Schedules node of the Project Browser. It has been that one long, messy part of the PB for a while, and I welcome that this long-requested feature has now been implemented! Good job Factory 🙂

Note that after this update is applied, there will be two versions of Dynamo Core installed, 1.2.2.373 and 1.3.1.1736…

Here are the links:

Direct Download Revit 2018.1

Readme

Release Notes

Pretty simple really – I want to be able to select an element in Revit, and then trigger the “Select in Project Browser” command, which will scroll the Browser, select the appropriate entry and expand any plus signs as necessary.

I’m thinking:
Sections / Elevations / Callouts – selects the View in the Browser (if it is not hidden by Browser org.)
Component Families – selects family type
Links – selects the link
Groups – selects the group

I’m sure there is more granularity that could be added to the above list…

Anyone out there think this is possible?  Want to take it on?

I received this comment to one of my posts:

…Being new to Revit (2011) is there a way to locate newly created views in the project browser? Or do a search? Or am i stuck using filters? 
Comment link

Here are a few different ideas that may assist:

  1. Remove all filters / folders from the Project Browser (so that all views are grouped together).  When you make a new view, Revit ‘activates’ it (and makes it bold), so you can just scroll down through all the views until you see one with a bold name.
  2. Set up a Quick Filter parameter.  Let’s say it is called ‘Job Task’ or something.  Add this parameter to all views.  Then, Filter your Project Browser by ONLY that property.  When you make a new view, set the ‘Job Task’ parameter to something – and then you will see the view appear under that folder.  I currently use this method on a large project to divide views logically by the actual Revit work that they are associated with.

  3. Make a View List (Schedule – View List) that includes the View Name property.  Now, filter by View Name – contains – whatever text you are searching for.  You have created a ‘View Search Tool’.  It’s not perfect, but it does work.
  4. Set up your Project Browser folders and your Default View Templates such that you ‘know’ which folder a particular View type will end up in.  This kinda works for new Views, not so much when ‘Duplicating’ a view.
  5. If you do ‘Duplicate’ a view, look for ‘Copy of’.  Annoyingly, Revit hasn’t adopted the Vista / Windows 7 convention of appending ‘- Copy’ to copies of things.  This has been on my wish list for a while!

Hope some of these ideas help you newer users to find those sneaky new Views!

I had a bit of a problem using Revit OOTB (out of the box) parameters to group sheets by Revision, so I did it super-quickly using a custom parameter.

Here are the steps:

  1. Add a new custom parameter to sheets, such as ‘Sheet Revision Group’ or similar.
  2. Open a schedule that shows the Revision you would like to group, and add this parameter to the schedule.
  3. Modify the custom parameter on all the sheets to match the Revision (you can do this quickly by toggling the ‘Itemize each instance’ tick box).
  4. Now you can easily use this parameter to group your sheets by the Revision.

Please note that this technique forms a ‘break’ between Revit native revision data and the custom parameter, so only use this technique if you understand this issue.

I have provided a quick video of the technique: