-
-
Notifications
You must be signed in to change notification settings - Fork 342
/
pyRevitfile
37 lines (31 loc) · 961 Bytes
/
pyRevitfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[core]
enginename = 'pyRevitLoader.dll'
[engines]
[engines.IPY273]
kernel = 'IronPython'
version = 273
path = 'bin\engines\273'
compatproducts = ['dynamo']
description = 'Provided for backward-compatibility with Dynamo BIM <= 2.0.1'
[engines.IPY277]
kernel = 'IronPython'
version = 277
path = 'bin\engines\277'
compatproducts = []
description = 'Compatible with RevitPythonShell'
[engines.IPY278]
kernel = 'IronPython'
version = 278
path = 'bin\engines\278'
compatproducts = []
description = 'Latest Stable IronPython Engine'
[engines.IPY279]
kernel = 'IronPython'
version = 279
path = 'bin\engines\279'
compatproducts = []
description = 'Latest Release Candidate (RC1)'
[deployments]
core = ['bin', 'pyrevitlib', 'site-packages', 'pyRevitfile']
base = ['bin', 'extensions/pyRevitCore.extension', 'extensions/pyRevitTools.extension', 'pyrevitlib', 'site-packages', 'pyRevitfile']
basex = ['bin', 'extensions', 'pyrevitlib', 'site-packages', 'pyRevitfile']