Skip to content

Revit Batch Processor v1.6.0 Installer

Compare
Choose a tag to compare
@DanRumery DanRumery released this 13 May 09:08
· 82 commits to master since this release

Updates:

  • Adds support for Revit 2021
  • Adds basic support for processing BIM360 cloud models.
    • Requires Forge Project and Model IDs (Guids) to be specified in the Revit file list. These IDs can only be obtained via Forge API which is beyond the scope of RBP. So it is left to the user to obtain these IDs for their BIM360 project models.
    • The format for specifying a cloud model in the Revit file list is:
      • <Revit version> <Project Guid> <Model Guid>
      • Note: these three components must be separated by space(s) (not tabs!).
      • e.g. 2020 75b6464c-ba0f-4529-b049-0de9e473c2d6 0d54b8cc-3837-4df2-8c8e-0a94f4828868
      • RBP is not able to detect the Revit version of cloud models hence why the Revit version is specified explicitly.
    • Special thanks to Dimitar Venkov (@dimven) for investigating ways of processing BIM360 cloud models for RBP!
  • Internal Revit process error messages (ones that appear as [ REVIT ERROR MESSAGE ]) are now hidden by default. This is because they're mostly useful for advanced troubleshooting. To re-enable these types of errors logged to the console, look in the settings file for the setting showRevitProcessErrorMessages. Set this to true.

Fixes:

  • Disables the Revit session option in the UI when using a Dynamo task script. This is because Dynamo scripts always use a separate Revit session per file due to a technical Revit API limitation (see Issue #38)