Have you ever wondered how to convert a Revit macro into an addin? You can follow Harry’s steps over at this post.

What about getting some sample code for Python and Ruby Revit projects? From AEC DevBlog:

… the code examples are hidden in the default macro projects created by macro manager, see below image, the project is the default python project, there are several “if False” statements, if you remove the line of “if False”, uncomment and unindent 4 spaces to methods below it, the methods will become available macros and appear in the macro manager, and you will see the same “if false” in Ruby projects too:

How to find python macro exmaples

Original post: http://adndevblog.typepad.com/aec/2016/03/revitapi-how-to-find-code-examples-for-macro-of-python-or-ruby.html

You may also be interested in the Revit Python Wrapper here http://revitpythonwrapper.readthedocs.io/en/latest/

I hinted that this was coming a few weeks back, but now here it is! A massive Subscription Release, along with a giveaway of the Siteworks addin package to Subscription users.

Download the update at: Autodesk Revit 2015 R2
Download the Siteworks package at: Autodesk Site Designer Extension for Revit 2015, or on Exchange here
(Note: you will need to login to your subscription account to access these) 

A few quick tips…
To toggle between Perspective and Orthographic view:

  1. Go to a 3D view
  2. Turn on Crop View
  3. Turn on Show Crop Region
  4. Right-click Viewcube
  5. Select Toggle to… and this will show Perspective or Parallel depending on your current mode


If you are wondering what ‘quick adjustments’ you can do in Perspective views:
Basically, you can use some simple commands like Align and Move, that were previously grayed out in Perspective mode.

To search in the Type Selector:

  1. Turn on Properties pane
  2. Click in the top of the Type Selector
  3. The search box is the top row

You can now also set a custom background colour (that means ‘color’ to U.S. folks):

 
Enhancements list:
http://revit.downloads.autodesk.com/download/2015RVT_RTM/R2/Enhancements_List_RVT_2015_R2.pdf

Readme (Interesting point: The install of Autodesk Revit 2015 Release 2 will also install Autodesk Dynamo (0.7.1) and required component IronPython.)

My top 3 features in Revit 2015 R2:

  • Work in perspective views, making quick adjustments without having to change views with some modeling capabilities now available in perspective views.
  • Find content more quickly with Search capabilities in the Type Selector and all drop-down lists.
  • Navigate PDFs exported from Revit more quickly with hyperlinked views.

My top 3 features in Autodesk Site Designer (previously Eagle Point Siteworks):

  • More quickly add design elements to your site such as berms and drainage swales, minimizing the time required to mass grade a site and to try alternatives at the design development stage.
  • Special terrain families within Site Designer provide you with parameters that control widths, cut and fill slopes and other projection settings.
  • Locate hardscape components such as streets, intersections, sidewalks, curbs and walls that can follow the existing terrain and have controlled elevations and slopes – all while the toposurface is automatically maintained.

More info:
Autodesk Revit 2015 Subscribers Get Slew of New Capabilities with “R2” Update

Heads-up:
Revit 2015 R2 Release | Applying Technology to Architecture

A few notes on installation versions from the Readme:
This update requires either the initial release of Autodesk Revit 2015 (build: 20140223_1515) or Autodesk Revit 2015 Update Release 3 (build: 20140606_1530) . Autodesk Revit 2015 Update Release 3 will need to be applied to any installed Revit 2015 which has either Autodesk Revit 2015 Update Release 1 (build: 20140322_1515) or Autodesk Revit 2015 Update Release 2 (build: 20140323_1530) applied. Installation will also be blocked if Autodesk Revit 2015 Update Release 4 (build: 20140903_1530)) has been applied, a full uninstall followed by a new install of Autodesk Revit 2015 will be needed in order to apply Release 2.  

… by using a very wild script from dp Stuff!

Comes with a disclaimer:
Warning! Make sure you don’t run this script on your central model – detach it from central first. Because once the views are gone – they are GONE! Don’t tell me that I didn’t warn you – use it at your own risk.
Download Revit IronPython Shell script
via
dp Stuff: Remove Working Views With Python Shell and Revit API