Revit
-
There's still time to participate in the Autodesk Exchange Apps Hackathon, a virtual event taking place this weekend (September 20-21). The point of this event is to encourage developers to post apps to the Autodesk Exchange Apps store, and we're even paying cool, hard cash ($50 or $100, whether free or paid) for each app […]
-
As Jeremy has pointed out on his blog, in lieu of a dedicated AEC DevCamp – as has been run every other year for some years – Autodesk and the ADN team will be supporting the upcoming AEC Technology Symposium being held in New York on May 16-18. As with the DevCamps, this is a […]
-
I thought I was done with my posts for the week, but this was too good not to share. The below video shows a scene being captured using a GoPro Hero 3 Black edition on a 5-second timelapse setting mounted on a DJI Phantom drone and processed with Photo on ReCap 360 before being used […]
-
I'm hopefully sunning myself on the beaches of Brittany, at this point, but here's some information that Mikako Harada kindly brought to my attention. Adam Nagy has put together a fantastic series of posts on the AEC DevBlog that I think will be of general interest: Revit model viewer for iOS – part 1 Revit […]
-
Regular readers of this blog may have followed the development of this plugin, but I've written this post is to announce its availability more officially (in addition to Scott's post from last week). TransTips uses the Bing Translator web service to translate tooltips into one of 36 languages on-the-fly, as they are displayed by AutoCAD, Inventor, […]
-
A few years ago I mentioned that my team was looking into learning paths for novice programmers. This effort has led to the "My First Plug-In" series, of which we now have two guides ready: My First Revit Plug-In My First Inventor Plug-In This series is really intended for power-users of Autodesk software who want […]
-
After adding Revit and then Inventor support to the original AutoCAD application, it made sense to go ahead and include support for 3ds Max. Here's a solution supporting these four products (and their verticals). And I can now confirm that a version of this application will be September's Plugin of the Month on Autodesk Labs. […]
-
As you're probably mostly aware, many of our 2012 products use .NET 4 as standard. This has proven "interesting" (i.e. challenging) when it comes to loading – for example – plugin DLLs downloaded from the web, due to .NET's updated security model. Our ADN Plugins of the Month on Autodesk Labs are a prime example: […]
-
Once again, it turned out to be pretty straightforward to add Inventor support to our TransTips application. We now have a single solution which builds plugins for AutoCAD, Inventor and Revit. The plugins share a common translation and caching engine as well as a WPF graphical user interface for selecting languages. Here's a demonstration of […]
-
A quick update, today. Last week Jeremy posted a migrated version of the TransTips plug-in for AutoCAD, this time working inside Revit. Thanks to the shared use of AdWindows.dll in both products, this was actually really easy. After this initial version, it made sense to refactor the code to have a core, shared file (not […]