You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# NavisPythonShell
2
2
3
-
This is obviously a fork of the [RevitPythonShell](https://github.com/architecture-building-systems/revitpythonshell) bringing an IronPython interpreter to Autodesk Navisworks, and it would not be possible without the great work of everyone involved with the RPS project. It's still pretty rough around the edges and provides only basic functionality at this time. I'm sharing my work so far, in the hopes that together we can expand it further.
3
+
This is obviously a fork of [RevitPythonShell](https://github.com/architecture-building-systems/revitpythonshell), bringing an IronPython interpreter to Autodesk Navisworks, and it would not be possible without the great work of everyone involved with the RPS project. It's still pretty rough around the edges and provides only basic functionality at this time. I'm sharing my work so far, in the hopes that together we can expand it further.
4
4
5
5
The NavisPythonShell (NPS) ~lets you to write plugins for Navisworks in Python,~ provides you with an interactive shell that lets you see the results of your code *as you type it*. This is great for exploring the Navis API.
6
6
@@ -51,4 +51,4 @@ This project is licensed under the terms of the [MIT License](http://opensource.
51
51
* Daren Thomas (original RPS Developer) [RPS] (https://github.com/architecture-building-systems/revitpythonshell)
52
52
* Joe Moorhouse (interactive shell was taken from his project [IronLab](http://ironlab.net/))
0 commit comments