Message 1 of 5

Not applicable
01-12-2017
03:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A custom python node for Dynamo lost functionality with the 2017.1 Revit update. I found by making a new script that the following statement causes a crash:
import clr
# Import RevitAPI
clr.AddReference("RevitAPI")
import Autodesk
from Autodesk.Revit.DB import *
In an effort to debug, I opened the Revit Macro Manager, and found that attempting to run the basic python module crashed the program.
Has anyone else come across these issues? Also, if there is a link to the Python specific 2017.1 API I would greatly appreciate it.
Thanks!
Solved! Go to Solution.