-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find default blender executables in system PATH #179
Find default blender executables in system PATH #179
Conversation
And typical windows locations as they are not added to path.
Generally looks like a good feature. |
I am happy with the result and I will merge the change on the weekend. Logic for finding blender in windows default paths can be further improved, but I will track this in different issue or PR. |
I am glad with the current implementation. I will test it once more on linux and merge on the weekend. |
i am very unhappy with the new update, because before (I am Macbook user) i could choose the blender.app directly from dropdown (for each Blender version, after i started it once), now i have to search for the blender.app every time i wanna start Blender via VSCode. That's a huge worsening. Can't you rollback the old code for mac users, please? |
This PR adds best effort approach to find existing blender installations:
Screeshot: The system installation blender was added to list by this feature.
TODOs:
C:\
vsc:\
%USERPROFILE%\AppData\Local\Microsoft\WindowsApps
contains onlyblender-launcher.exe
andC:\Program Files\WindowsApps
has no read rights.~/.bin
,/bin
,/opt
,/usr/bin
? Those should be already in path/bin/blender
andsearchBlenderInSystem
found/usr/bin/blender
/snap/bin/blender
. Snap started running without window top bar on my setup...Those open TODOs are now blockers, but would be nice to test.
Cons:
Snippets for searching blender in steam directories on windows: