blender_vscode
blender_vscode copied to clipboard
When I try to run blender with ctrl+shift+P it turns off.
When I try to run blender with ctrl+shift+P it turns off. What should i do?
my os version : ubuntu 18.04, blender version :2.83 10
When I try to run blender with ctrl+shift+P it turns off. What should i do? my os version : ubuntu 18.04, blender version :2.83 10
I have the same problem in Windows 10 with blender 2.93
I have same bug in win10 with blender 2.93.4, howerver, in my manjaro with same blender, all is fine. Any help to solve the question?
I asked on blender chat about this.
Hi. I noticed that in blender 2.83, sys.executable is not reported correctly. Is it a bug or a feature?
>>> import sys
>>> sys.executable
'C:\\Users\\grzel\\BlenderProjects\\blender-2.83\\blender.exe'
>>> bpy.app.version
(2, 83, 19)
>>> sys.executable
'c:\\Users\\grzel\\BlenderProjects\\blender-2.93\\2.93\\python\\bin\\python.EXE'
>>> bpy.app.version
(2, 93, 8)
LazyDodo: it always used to point to the blender executable messing up multiprocessing, got fixed somewhere in the 2.90/91 timeframe ah found it developer.blender.org/rB52b38d9c3d84485385d5bc2e58f16c5acfaca9b7 up to PhilippOeser to decide if 2.83 is still eligible for a backport (i think there were a few commits that dealt with this actually)
also duplicate https://github.com/JacquesLucke/blender_vscode/issues/93