New versions of Firefox removed some support for extensions that allowed multiple tab rows.

Update:

  • make sure that the toolkit.legacyUserProfileCustomizations.stylesheets pref in the about:config is still set to true
  • use this for newer versions of Firefox https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/multi-row_tabs.css

 

Here is how you can enable it:

  1. Type about:support in url field of firefox, hit enter.
  2. On the ‘Profile Folder’ setting (about 8th from the top) click the ‘Open Folder’ button.
  3. Create a ‘chrome’ subfolder, if you don’t already have one.
  4. Inside that folder create a file called ‘userChrome.css’ (right click > new > text document – make sure to name the file userChrome.css and not userChrome.css.txt or something)
  5. Firefox 65 and newer:
    Open the file for editing and paste the contents of this file: https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/multi-row_tabs.css 
    Versions before Firefox 65:
    Open the file for editing and paste the contents of this file:
    https://gist.githubusercontent.com/forexhill/b0446cc31e5001c9e87754df83f0f1ca/raw/f4f1a807d43434a1f10908364dec56ecdf08422c/gistfile1.txt
  6. Restart FF and you should have multi row tabs

After Firefox 65 method comes from here

Before Firefox 65 method comes from user fh1 at this link

This hotfix corrects an issue with non-English languages where the PnID Modeler functionality did not load correctly after appling Revit 2018.3 Update.

Some notes from readme below…

Additional software applied by this update

Collaboration for Revit 2018.3.1 Update, Dynamo Core 1.3.2.2480 and Dynamo Revit 1.3.2.2480

With this install the following will be updated: Revit 2018, Collaboration for Revit 2018, and Dynamo. The updated version of the Dynamo Revit add-in does not include a desktop shortcut and can be accessed from the Visual Programming panel found on the Manage ribbon tab. If multiple versions of the Dynamo Revit add-in are installed, a dialog will prompt you to select which version to launch.

After this update is applied, there will be two versions of Dynamo Core installed, 1.2.2.373 and 1.3.2.2480.

Known Issues with applying the update.

  • During the installation of the hotfix you may be prompted to exit revit.exe. If you do not have a visible session open of Revit, please open Windows Task Manger, switch to the Processes tab, click “revit.exe” and the option “End Process”.
  • For BIM 360 Design (formerly Collaboration for Revit), if the Modified date for the revit.exe.config file is newer than the Created date, the patch installer will fail to update it and Revit may not launch correctly. Consult Collaboration for Revit: Synchronize process starts failing for C4R.

Autodesk Uninstall Tool

After this update is applied, attempts to uninstall Revit 2018 using the Autodesk Uninstall Tool may become unresponsive during the Dynamo Revit uninstall process. To avoid this problem, uninstall Dynamo Revit first and then continue with the uninstall of Revit 2018.

After a new version of Revit comes out, we all take some time to catch up. Revit API developers often have to get up and running really quickly so they can upgrade their apps for Revit 2019 compatibility. The first few things you will need are: the Revit 2019 SDK and help file, RevitLookup installed, and an understanding of What’s New in the Revit 2019 API.

To install RevitLookup for Revit 2019, head over to this page and grab the latest version, currently 2019.0.0.1. Put RevitLookup.addin and RevitLookup.dll into one of your Revit Addins folders, like:

%appdata%\Roaming\Autodesk\Revit\Addins\2019\

To install the Revit SDK, follow these steps:

  • Install Revit 2019 (or access the install media)
  • Look in the installation folder
  • In the Utilities subfolder, you will find the Revit 2019 SDK installer – RevitSDK.exe

This will basically unzip a whole heap of Revit API samples and goodness into a folder of your choosing. The key thing I look for initially is the RevitAPI.chm help file. I put this somewhere I can get to it easily (like OneDrive).

Until http://www.revitapidocs.com/ is updated for Revit 2019, the help files is the best way to access information about the Revit 2019 API.

 

Useful links, mostly from Jeremy over at The Builder Coder:

My Revit API 2019 Notes:

  • Building site export removed from API and Revit 2019
  • Project browser organisation for schedules added
  • Can now read the Phase Map parameter for the link. The phase map is a correspondence between phases in the host document and phases in the linked document…

I came across this link to a Dynamo seminar by Sol Amour delivered in Wellington about a month ago. I have had a bit of contact with Sol over the years and he is a Dynamo pro. Cool to see that Dynamo Nodes got mentioned too.

Check out the seminar here.

As you can tell by his headshot, he means business 🙂

There is some more information about the event at this link.

The official build of Dynamo 2.0 is here. There are some big changes, so here are my key takeaways:

  • File format has changed
  • Automatic backups will be saved of 1.x files after upgrade
  • Dynamo 2.0 will run side by side with a previous version
  • New direction is “desktop to web workflows” (bye XML, hello JSON)
  • Custom packages are now separated from built in nodes in the node library
  • ‘Run’ button on the python editor
  • New focus on dictionaries (bye GetItemAtIndex, hello new Dictionary nodes)

Download at this link

Read the official post at this link

Previously the Desktop Connector was built for BIM 360 Team projects running C4R. With the shift to B3D (BIM 360 Docs) platform, you need to:

From the help:

This plugin is a connector that establishes BIM 360 Docs as a recognized data source for the Desktop Connector – making it available in your desktop folder and file structure for easy file management.

As with Desktop Connector, this means your BIM 360 Docs files are replicated in a connected drive. You can manage files in BIM 360 Docs through the connected drive, just as you would any other folder on your machine. Changes made on the desktop are automatically uploaded to BIM 360 Docs.

How do you get it?

After install, you will see this in Windows Explorer:

If you are already a C4R user, for a while you can keep working as you are. But the entire platform is shifting from C4R to B3D (BIM 360 Docs), and you will eventually have to make the leap. In the long run, it will allow for more control, like folder-level permissions, so for big projects it is going to make a lot of sense. For now, there is some confusion out there (like in this Twitter thread), so here are some basic steps to activate a new BIM 360 Docs account, setup a Project, and then invite some collaborators into the project.

First, you can go to your account and use the special link to create a new BIM 360 Docs workspace. That is, if you are starting fresh in the new platform.

Here is the activation form notes (read carefully). Note: the links are different depending on how you activate it. For example, if you have an existing C4R account and you want to ‘transition’, you would use the relevant activation link for existing C4R customers :

New BIM 360 workspace

 

Transitioning from C4R

 

Once done, you should have a new BIM 360 account:

And you just have to click the activate link in your email:

After that, you should be able to login to your BIM 360 workspace and start setting up some company settings, like adding a Logo and Business Units:

Setup a Business Unit:

https://help.autodesk.com/view/BIM360D/ENU/?guid=GUID-6A8990E7-A640-4267-83AF-64003B015F98

 

Finally, you can go ahead and Setup a Project:

https://help.autodesk.com/view/BIM360D/ENU/?guid=GUID-9C991F4C-7012-4770-B8F7-A1D45F5D9197

 

 

Then,

  • add Companies to your Workspace
  • Add Users to Companies.
  • And invite these Users to specific Projects.

In Revit 2018.3, after clicking Collaborate, you should be able to choose from 3 options:

You should see this in your Open dialog (if you have both a Team and a Docs entitlement):

Finally, you should be able to access Document Management, add folders, apply Permissions, and generally start work:

 

The tools have been updated for Revit 2019. I am providing some download links below for these tools:

  • Autodesk Classification Manager for Revit
  • Autodesk Model Checker for Revit
  • Autodesk Model Checker Configurator
  • Autodesk Enhanced DWG Exporter for Revit
  • Autodesk COBie Extension for Revit
  • Autodesk COBie Extension for Navisworks

Autodesk Classification Manager for Revit

The Classification Manager is free to download and use, just select your Revit version and get started.

Revit 2019

Revit 2018

Revit 2017

Revit 2016

 

Autodesk Model Checker for Revit

The Model Checker is free to download and use, just select your Revit version and get started.

Revit 2019

Revit 2018

Revit 2017

Revit 2016

 

Autodesk Model Checker Configurator

The Model Checker is free to download and use. Click here to download the installer.

 

Autodesk Enhanced DWG Exporter for Revit

The Enhanced DWG Exporter is free to download and use. This release includes localization for English, French, and German.

Revit 2018

English Installer  

Revit 2018

Deutsches Installations-Programm  

Revit 2018

 

Autodesk COBie Extension for Revit

The COBie Extension is free to download and use, just select your Revit version and get started.

Revit 2019

Revit 2018

Revit 2017

Revit 2016

 

Autodesk COBie Extension for Navisworks

This one is ‘coming soon’, so I will update the link once it is released

 

Autodesk main page for BIM Interoperability Tools here