Summary of reference sites when editing Blender Script with an external editor (VS Code)

Trigger

I didn't find any hits when I searched, so I'll write it down so I don't forget it. Blender also has an editor, but it is inconvenient because it does not output logs, so it is more convenient to use an external editor.

Method

First, add an extension to VS Code by referring to this site. (The command palette opens with Ctrl + Shift + P) https://reincarnation-plus.gitbook.io/project/blender/scripts/01_vscode_addon Then, refer to this site and execute it. https://reincarnation-plus.gitbook.io/project/blender/scripts/05_vscode_send_script

Recommended Posts

Summary of reference sites when editing Blender Script with an external editor (VS Code)
Get the return value of an external shell script (ls) with python3
Summary of snippets when developing with Go
An era when text classification by BERT is possible with 3 lines of code
I tried Flask with Remote-Containers of VS Code
[Blender x Python] Think of code with symbols
Summary of problems when doing Semantic Segmentation with Pytorch
Enable intellisense for external libraries with Pipenv + VS Code