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
Everytime I launch blender with command:blender.start it asks me for the path to the blender executable. How can I make it remember the path?
I also would like to use it in tasks.json and just press CTRL+SHIFT+B to launch blender without pressing RETURN to confirm the path over and over again like this:
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Launch Blender",
"command": "${command:blender.start}",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
The text was updated successfully, but these errors were encountered:
Everytime I launch blender with
command:blender.start
it asks me for the path to the blender executable. How can I make it remember the path?I also would like to use it in tasks.json and just press CTRL+SHIFT+B to launch blender without pressing RETURN to confirm the path over and over again like this:
The text was updated successfully, but these errors were encountered: