Skip to content

Commit

Permalink
Merge commit '579ce52fe4fe1dcf5d35c4ef2ba307b2cea52ba0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pludikar committed Oct 29, 2023
2 parents 729ecbf + 579ce52 commit 9dd6a35
Show file tree
Hide file tree
Showing 120 changed files with 12,388 additions and 6,011 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PYTHONPATH=C:/Users/Dad/AppData/Local/Autodesk/webdeploy/pre-production/31689d2b23113e4bc5f3fe869b3e5bb8c191c9b8/Api/Python/packages
PYTHONPATH=C:/Users/Dad/AppData/Local/Autodesk/webdeploy/pre-production/b9e3c0af4de8a29deb2ec7187f201a93109847b0/Api/Python/packages
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ install
Network Trash Folder
Temporary Items
.apdisk


out/
.idea/
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"python.autoComplete.extraPaths": ["C:/Users/Dad/AppData/Roaming/Autodesk/Autodesk Fusion 360/API/Python/defs", "C:/Users/User/AppData/Roaming/Autodesk/Autodesk Fusion 360/API/Python/defs"],
"python.analysis.extraPaths": ["C:/Users/Dad/AppData/Roaming/Autodesk/Autodesk Fusion 360/API/Python/defs", "C:/Users/User/AppData/Roaming/Autodesk/Autodesk Fusion 360/API/Python/defs", "./py_packages"],
"python.defaultInterpreterPath": "C:/Users/Dad/AppData/Local/Autodesk/webdeploy/pre-production/31689d2b23113e4bc5f3fe869b3e5bb8c191c9b8/Python/python.exe"
"python.defaultInterpreterPath": "C:/Users/Dad/AppData/Local/Autodesk/webdeploy/pre-production/b9e3c0af4de8a29deb2ec7187f201a93109847b0/Python/python.exe"
}
Loading

0 comments on commit 9dd6a35

Please sign in to comment.