Skip to content

Commit e6e7525

Browse files
committed
v4.6.9
2 parents c1e2dff + 6bd21a7 commit e6e7525

File tree

175 files changed

+5216
-1246
lines changed

Some content is hidden

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

175 files changed

+5216
-1246
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Describe the bug**
8+
Replace these lines with your description. Be as specific as possible and list steps to reproduce the issue. If you have any suggestions for the solution please list that as well.
9+
10+
If you have installed pyRevit, and the installation completed with no errors but pyRevit doesn't load, please run the command below in terminal. This should fix the issue on your machine, however, please continue filing the issue with instructions below.
11+
12+
`pyrevit attach master 277 --installed`
13+
14+
15+
**To Reproduce**
16+
Steps to reproduce the behavior:
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Desktop (please complete the following information):**
29+
- OS: [e.g. iOS]
30+
- pyRevit Version [e.g. 22]
31+
- pyRevit Environment: Open a command prompt and run the command below. Replace these lines with the results. Take a look at this markdown guide and wrap the command results in ``` when pasting here for correct formatting.
32+
33+
`pyrevit env`
34+
35+
**Additional context**
36+
Add any other context about the problem here.
37+
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

.github/issue_template.md

-9
This file was deleted.

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
"python.linting.pep8Enabled": false,
66
"python.linting.flake8Enabled": false,
77
"python.linting.pylamaEnabled": false,
8+
"restructuredtext.confPath": "${workspaceFolder}/docs",
89
}

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ sphinx-rtd-theme = "*"
88
pygments = "*"
99
sphinx = "*"
1010
readthedocs-sphinx-ext = "*"
11+
"doc8" = "*"
1112

1213
[dev-packages]
1314

Pipfile.lock

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

bin/DotNetVersionFinder.dll

6 KB
Binary file not shown.

bin/LibGit2Sharp.dll

0 Bytes
Binary file not shown.

bin/LibGit2Sharp.dll.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<configuration>
2-
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-8e0b172" target="lib/linux-x64/libgit2-8e0b172.so" />
3-
<dllmap os="osx" cpu="x86,x86-64" dll="git2-8e0b172" target="lib/osx/libgit2-8e0b172.dylib" />
2+
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-4aecb64" target="lib/linux-x64/libgit2-4aecb64.so" />
3+
<dllmap os="osx" cpu="x86,x86-64" dll="git2-4aecb64" target="lib/osx/libgit2-4aecb64.dylib" />
44
</configuration>

bin/LibGit2Sharp.pdb

0 Bytes
Binary file not shown.

bin/Newtonsoft.Json.dll

12.4 KB
Binary file not shown.

bin/Newtonsoft.Json.pdb

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

bin/engines/279/IronPython.SQLite.dll

0 Bytes
Binary file not shown.

bin/engines/279/IronPython.Wpf.dll

-512 Bytes
Binary file not shown.

bin/engines/279/IronPython.dll

0 Bytes
Binary file not shown.

bin/engines/279/Microsoft.Dynamic.dll

512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

bin/engines/279/pyRevitLoader.dll

0 Bytes
Binary file not shown.

bin/engines/279/pyRevitLoader.pdb

0 Bytes
Binary file not shown.

bin/git2-4aecb64.dll

1.12 MB
Binary file not shown.
Binary file not shown.

bin/git2-8e0b172.dll

-1.12 MB
Binary file not shown.

bin/pyRevitLabs.Common.dll

2 KB
Binary file not shown.

bin/pyRevitLabs.Common.pdb

4 KB
Binary file not shown.

bin/pyRevitLabs.CommonCLI.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.CommonCLI.pdb

0 Bytes
Binary file not shown.

bin/pyRevitLabs.DeffrelDB.dll

51 KB
Binary file not shown.

bin/pyRevitLabs.Language.dll

0 Bytes
Binary file not shown.

bin/pyRevitLabs.Language.pdb

0 Bytes
Binary file not shown.

bin/pyRevitLabs.TargetApps.Revit.dll

1.5 KB
Binary file not shown.

bin/pyRevitUpdater.exe

91.5 KB
Binary file not shown.

bin/pyrevit.exe

3 KB
Binary file not shown.

bin/pyrevit.pdb

2 KB
Binary file not shown.

dev/WPFEdit/WPFEdit/WPFEdit.csproj

+12-2
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383
<SubType>Designer</SubType>
8484
</Page>
8585
<Page Include="..\..\..\extensions\pyRevitDevTools.extension\pyRevitDev.tab\Developer Tools.panel\WIP Tools.pulldown\Apply Door Hardware Info.pushbutton\DoorHardwareWindow.xaml">
86-
<Link>Tools\DoorHardwareWindow.xaml</Link>
86+
<Link>Dev\DoorHardwareWindow.xaml</Link>
8787
<Generator>MSBuild:Compile</Generator>
8888
<SubType>Designer</SubType>
8989
</Page>
9090
<Page Include="..\..\..\extensions\pyRevitDevTools.extension\pyRevitDev.tab\Developer Tools.panel\WIP Tools.pulldown\Create Linked Views.pushbutton\CreateLinkedViews.xaml">
91-
<Link>Tools\CreateLinkedViews.xaml</Link>
91+
<Link>Dev\CreateLinkedViews.xaml</Link>
9292
<Generator>MSBuild:Compile</Generator>
9393
<SubType>Designer</SubType>
9494
</Page>
@@ -117,6 +117,16 @@
117117
<Generator>MSBuild:Compile</Generator>
118118
<SubType>Designer</SubType>
119119
</Page>
120+
<Page Include="..\..\..\extensions\pyRevitTools.extension\pyRevit.tab\Drawing Set.panel\Keynotes.pushbutton\EditRecord.xaml">
121+
<Link>Tools\KeynoteManager\EditRecord.xaml</Link>
122+
<Generator>MSBuild:Compile</Generator>
123+
<SubType>Designer</SubType>
124+
</Page>
125+
<Page Include="..\..\..\extensions\pyRevitTools.extension\pyRevit.tab\Drawing Set.panel\Keynotes.pushbutton\KeynoteManagerWindow.xaml">
126+
<Link>Tools\KeynoteManager\KeynoteManagerWindow.xaml</Link>
127+
<Generator>MSBuild:Compile</Generator>
128+
<SubType>Designer</SubType>
129+
</Page>
120130
<Page Include="..\..\..\extensions\pyRevitTools.extension\pyRevit.tab\Drawing Set.panel\Print.pulldown\Print Linked Sheets.pushbutton\PrintLinkedSheets.xaml">
121131
<Link>Tools\PrintLinkedSheets.xaml</Link>
122132
<Generator>MSBuild:Compile</Generator>

dev/build-docs.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
THISPATH=$(dirname "$0")
2+
if [ "-r" = $1 ]; then
3+
rm -rf $THISPATH/../docs/_build
4+
fi
5+
sphinx-build -b html $THISPATH/../docs $THISPATH/../docs/_build

dev/pyRevitBaseTypes/pyRevitBaseTypes.sln

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pyRevitBaseTypes", "pyRevit
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pyRevitBaseTypes2014", "pyRevitBaseTypes2014\pyRevitBaseTypes2014.csproj", "{BE10E62A-375D-4925-8790-B41CBF6DAA74}"
99
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pyRevitBaseTypes2013", "pyRevitBaseTypes2013\pyRevitBaseTypes2013.csproj", "{48ADCB97-0AF1-4A52-9B4A-710947CEB160}"
11+
EndProject
1012
Global
1113
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1214
Debug|Any CPU = Debug|Any CPU
@@ -31,6 +33,14 @@ Global
3133
{BE10E62A-375D-4925-8790-B41CBF6DAA74}.Release|Any CPU.Build.0 = Release|Any CPU
3234
{BE10E62A-375D-4925-8790-B41CBF6DAA74}.Release|x64.ActiveCfg = Release|Any CPU
3335
{BE10E62A-375D-4925-8790-B41CBF6DAA74}.Release|x64.Build.0 = Release|Any CPU
36+
{48ADCB97-0AF1-4A52-9B4A-710947CEB160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{48ADCB97-0AF1-4A52-9B4A-710947CEB160}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{48ADCB97-0AF1-4A52-9B4A-710947CEB160}.Debug|x64.ActiveCfg = Debug|Any CPU
39+
{48ADCB97-0AF1-4A52-9B4A-710947CEB160}.Debug|x64.Build.0 = Debug|Any CPU
40+
{48ADCB97-0AF1-4A52-9B4A-710947CEB160}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{48ADCB97-0AF1-4A52-9B4A-710947CEB160}.Release|Any CPU.Build.0 = Release|Any CPU
42+
{48ADCB97-0AF1-4A52-9B4A-710947CEB160}.Release|x64.ActiveCfg = Release|Any CPU
43+
{48ADCB97-0AF1-4A52-9B4A-710947CEB160}.Release|x64.Build.0 = Release|Any CPU
3444
EndGlobalSection
3545
GlobalSection(SolutionProperties) = preSolution
3646
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)