JacquesLucke / blender_vscode

Visual Studio Code extension for Blender development.
MIT License
557 stars 76 forks source link

Blender crashes when running a script #60

Open TommasoBendinelli opened 4 years ago

TommasoBendinelli commented 4 years ago

I get the following when I click "Run script" in Blender

Read prefs: /Users/tommaso/Library/Application Support/Blender/2.81/config/userpref.blend
found bundled python: /Applications/Blender.app/Contents/Resources/2.81/python
[]
 * Serving Flask app "Blender Server" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on
 * Running on http://127.0.0.1:5465/ (Press CTRL+C to quit)
Sending: {'type': 'setup', 'blenderPort': 5465, 'ptvsdPort': 6967, 'blenderPath': '/Applications/Blender.app/Contents/MacOS/blender', 'scriptsFolder': '/Applications/Blender.app/Contents/MacOS/2.81/scripts', 'addonPathMappings': []}
Waiting for debug client.
Debug client attached.
Got GET: {'type': 'ping'}
127.0.0.1 - - [27/Jan/2020 17:35:00] "GET / HTTP/1.1" 200 -
Got POST: {'type': 'script', 'path': '/Users/tommaso/Documents/Code/CSEM/clevr-dataset-gen/image_generation/testScripts/script 0df8ff9101.py'}
127.0.0.1 - - [27/Jan/2020 17:35:00] "POST / HTTP/1.1" 200 -
Writing: /var/folders/6r/1lk0x93x15j0q9p1q2w19m2m0000gn/T/blender.crash.txt

Terminal will be reused by tasks, press any key to close it.
ajmacdonald commented 4 years ago

I'm getting the same issue. I think this extension only works with Blender 2.80 at the moment.

Mateusz-Grzelinski commented 3 weeks ago

Hi @ajmacdonald, is it still relevant after so many years?

ajmacdonald commented 3 weeks ago

@Mateusz-Grzelinski no idea. I haven't used it since 2021.