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
- Fixed path not being found because of trailing backslash returned from "where python".
- Fixed path check at execution.
- Improved timer, idk why I thought there were 100 miliseconds in a second.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Install the addon.
46
46
47
47
If it did not find the path it'll say "PTVSD not Found", you'll have to set it manually. It's wherever python is + "\lib\site-packages". NO trailing backslash.
48
48
49
-
If you want, increase the timeout for the confirmation. It'll print "Waiting..." in the console ~ every second until it prints it's timedout. This does not mean the server has timedout *just* the confirmation listener.
49
+
If you want, increase the timeout for the confirmation. It'll print "Waiting..." in the console every second until it prints it's timedout. This does not mean the server has timedout *just* the confirmation listener.
50
50
51
51
Open up Blender's search (default shortcut: space), type "Debug".
self.report({"ERROR"}, "Couldn't detect ptvsd, please specify the path manually in the addon preferences or reload the addon if you installed ptvsd after enabling it.")
0 commit comments