JacquesLucke / blender_vscode

Visual Studio Code extension for Blender development.
MIT License
545 stars 74 forks source link

When I try to run blender with ctrl+shift+P it turns off. #108

Open seunghwa9118 opened 2 years ago

seunghwa9118 commented 2 years ago

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 스크린샷, 2021-09-13 18-19-26

monkho commented 2 years ago

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 스크린샷, 2021-09-13 18-19-26

I have the same problem in Windows 10 with blender 2.93

wooistxx commented 2 years ago

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?

Mateusz-Grzelinski commented 2 years ago

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)

Mateusz-Grzelinski commented 2 years ago

also duplicate https://github.com/JacquesLucke/blender_vscode/issues/93