Skip to content

Commit ceffa08

Browse files
committed
Merge branch 'release/4.6.21'
2 parents b0688f4 + fdce97c commit ceffa08

File tree

350 files changed

+10758
-4437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

350 files changed

+10758
-4437
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
extensions/*
33
!extensions/pyRevitCore.extension/
44
!extensions/pyRevitDevTools.extension/
5+
!extensions/pyRevitRun.run/
56
!extensions/pyRevitTemplates.extension/
67
!extensions/pyRevitTags.extension/
78
!extensions/pyRevitTools.extension/
@@ -15,6 +16,7 @@ extensions/*
1516
**/obj
1617
**/packages
1718
**/dev/**/bin
19+
**/dev/pyRevitLabs/TestResults/
1820

1921
# ignore sphinx build files
2022
docs/_*
@@ -35,4 +37,5 @@ __py*
3537
release/pyRevit-cache
3638
release/pyRevit-SetupFiles
3739
release/pyRevit\ CLI-cache
38-
release/pyRevit\ CLI-SetupFiles
40+
release/pyRevit\ CLI-SetupFiles
41+
release/pyrevit-cli/*.nupkg

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
"python.linting.flake8Enabled": false,
77
"python.linting.pylamaEnabled": false,
88
"restructuredtext.confPath": "${workspaceFolder}/docs",
9+
"python.pythonPath": "${env:PYREVIT_VENV}",
910
}

Pipfile

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ pygments = "*"
99
sphinx = "*"
1010
readthedocs-sphinx-ext = "*"
1111
"doc8" = "*"
12-
urllib3 = "==1.24.2"
13-
jinja2 = "==2.10.1"
1412

1513
[dev-packages]
1614
pylint = "<2.0.0"

Pipfile.lock

+7-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/DotNetVersionFinder.dll

512 Bytes
Binary file not shown.

bin/LibGit2Sharp.dll

38.5 KB
Binary file not shown.

bin/LibGit2Sharp.dll.config

-4
This file was deleted.

bin/MathNet.Numerics.dll

-1.37 MB
Binary file not shown.

bin/Microsoft.CSharp.dll

-46.2 KB
Binary file not shown.

bin/Microsoft.Scripting.AspNet.dll

-43 KB
Binary file not shown.
-497 KB
Binary file not shown.

bin/Microsoft.WindowsAPICodePack.dll

-101 KB
Binary file not shown.

bin/NLog.dll

88 KB
Binary file not shown.

bin/Nett.dll

9 KB
Binary file not shown.

bin/Newtonsoft.Json.dll

-659 KB
Binary file not shown.

bin/PresentationCore.dll

-1.26 MB
Binary file not shown.

bin/PresentationFramework.dll

-1.97 MB
Binary file not shown.

bin/System.Core.dll

-236 KB
Binary file not shown.

bin/System.Data.Common.dll

-143 KB
Binary file not shown.

bin/System.Diagnostics.StackTrace.dll

-22.7 KB
Binary file not shown.

bin/System.Diagnostics.Tracing.dll

-30.7 KB
Binary file not shown.

bin/System.Drawing.dll

-185 KB
Binary file not shown.
-23.7 KB
Binary file not shown.

bin/System.IO.Compression.dll

-108 KB
Binary file not shown.

bin/System.Net.Http.dll

-194 KB
Binary file not shown.

bin/System.Net.Sockets.dll

-22.7 KB
Binary file not shown.
-26.3 KB
Binary file not shown.
-43.8 KB
Binary file not shown.

bin/System.Security.SecureString.dll

-21.7 KB
Binary file not shown.

bin/System.Threading.Overlapped.dll

-25.2 KB
Binary file not shown.

bin/System.Web.Extensions.dll

-1.33 MB
Binary file not shown.

bin/System.Web.dll

-2.56 MB
Binary file not shown.

bin/System.Windows.Forms.dll

-1.48 MB
Binary file not shown.

bin/System.Windows.dll

-21.7 KB
Binary file not shown.

bin/System.Xaml.dll

-108 KB
Binary file not shown.

bin/System.Xml.XPath.XDocument.dll

-22.2 KB
Binary file not shown.

bin/System.dll

-1.39 MB
Binary file not shown.

bin/WPG.dll

-155 KB
Binary file not shown.

bin/WindowsBase.dll

-640 KB
Binary file not shown.

bin/WindowsFormsIntegration.dll

-35.2 KB
Binary file not shown.

bin/engines/368/Python.Runtime.dll

142 KB
Binary file not shown.

bin/engines/368/_asyncio.pyd

58 KB
Binary file not shown.

bin/engines/368/_bz2.pyd

87 KB
Binary file not shown.

bin/engines/368/_ctypes.pyd

129 KB
Binary file not shown.

bin/engines/368/_decimal.pyd

260 KB
Binary file not shown.

bin/engines/368/_distutils_findvs.pyd

24 KB
Binary file not shown.

bin/engines/368/_elementtree.pyd

204 KB
Binary file not shown.

bin/engines/368/_hashlib.pyd

1.61 MB
Binary file not shown.

bin/engines/368/_lzma.pyd

251 KB
Binary file not shown.

bin/engines/368/_msi.pyd

37.5 KB
Binary file not shown.

bin/engines/368/_multiprocessing.pyd

28.5 KB
Binary file not shown.

bin/engines/368/_overlapped.pyd

41 KB
Binary file not shown.

bin/engines/368/_socket.pyd

71 KB
Binary file not shown.

bin/engines/368/_sqlite3.pyd

81.5 KB
Binary file not shown.

bin/engines/368/_ssl.pyd

2.04 MB
Binary file not shown.

bin/engines/368/clr.pyd

6 KB
Binary file not shown.

bin/engines/368/pyexpat.pyd

196 KB
Binary file not shown.

bin/engines/368/python3.dll

57 KB
Binary file not shown.

bin/engines/368/python36.dll

3.45 MB
Binary file not shown.

bin/engines/368/python36.zip

2.14 MB
Binary file not shown.

bin/engines/368/select.pyd

26 KB
Binary file not shown.

bin/engines/368/sqlite3.dll

1.14 MB
Binary file not shown.

bin/engines/368/unicodedata.pyd

884 KB
Binary file not shown.

bin/engines/368/vcruntime140.dll

87.6 KB
Binary file not shown.

bin/engines/368/winsound.pyd

28 KB
Binary file not shown.

bin/engines/372/Python.Runtime.dll

142 KB
Binary file not shown.

bin/engines/372/_asyncio.pyd

69.5 KB
Binary file not shown.

bin/engines/372/_bz2.pyd

87 KB
Binary file not shown.

bin/engines/372/_contextvars.pyd

22 KB
Binary file not shown.

bin/engines/372/_ctypes.pyd

130 KB
Binary file not shown.

bin/engines/372/_decimal.pyd

262 KB
Binary file not shown.

bin/engines/372/_elementtree.pyd

205 KB
Binary file not shown.

bin/engines/372/_hashlib.pyd

38 KB
Binary file not shown.

bin/engines/372/_lzma.pyd

251 KB
Binary file not shown.

bin/engines/372/_msi.pyd

38.5 KB
Binary file not shown.

bin/engines/372/_multiprocessing.pyd

28.5 KB
Binary file not shown.

bin/engines/372/_overlapped.pyd

43 KB
Binary file not shown.

bin/engines/372/_queue.pyd

27 KB
Binary file not shown.

bin/engines/372/_socket.pyd

74 KB
Binary file not shown.

bin/engines/372/_sqlite3.pyd

83.5 KB
Binary file not shown.

bin/engines/372/_ssl.pyd

121 KB
Binary file not shown.

bin/engines/372/clr.pyd

6 KB
Binary file not shown.

bin/engines/372/libcrypto-1_1-x64.dll

2.37 MB
Binary file not shown.

bin/engines/372/libssl-1_1-x64.dll

512 KB
Binary file not shown.

bin/engines/372/pyexpat.pyd

196 KB
Binary file not shown.

bin/engines/372/python3.dll

57.5 KB
Binary file not shown.

bin/engines/372/python37.dll

3.61 MB
Binary file not shown.

bin/engines/372/python37.zip

2.29 MB
Binary file not shown.

bin/engines/372/select.pyd

26 KB
Binary file not shown.

bin/engines/372/sqlite3.dll

1.14 MB
Binary file not shown.

bin/engines/372/unicodedata.pyd

1.02 MB
Binary file not shown.

bin/engines/372/vcruntime140.dll

83.2 KB
Binary file not shown.

bin/engines/372/winsound.pyd

28 KB
Binary file not shown.

bin/git2-4aecb64.dll

-1.12 MB
Binary file not shown.

bin/git2-572e4d8.dll

1.15 MB
Binary file not shown.

bin/pyRevitLabs.Common.dll

6 KB
Binary file not shown.

bin/pyRevitLabs.Common.dll.config

-11
This file was deleted.

bin/pyRevitLabs.CommonCLI.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.CommonWPF.dll

-6 KB
Binary file not shown.

bin/pyRevitLabs.DeffrelDB.dll

-3 KB
Binary file not shown.

bin/pyRevitLabs.Json.dll

650 KB
Binary file not shown.

bin/pyRevitLabs.Language.dll

512 Bytes
Binary file not shown.
Binary file not shown.
4.5 KB
Binary file not shown.
4.5 KB
Binary file not shown.

bin/pyRevitLabs.TargetApps.Revit.dll

11.5 KB
Binary file not shown.

bin/pyRevitLabs.TargetApps.Revit.dll.config

-11
This file was deleted.

bin/pyrevit-autocomplete.exe

1.74 MB
Binary file not shown.

bin/pyrevit-updater

18.4 MB
Binary file not shown.

bin/pyrevit.exe

105 KB
Binary file not shown.

bin/pyrevit.exe.config

-77
This file was deleted.
File renamed without changes.

bin/toast64.exe

-2.87 MB
Binary file not shown.

dev/README.md

+50

0 commit comments

Comments
 (0)