JacquesLucke / blender_vscode

Visual Studio Code extension for Blender development.
MIT License
572 stars 75 forks source link

Adding two features: header files and module installation #52

Open Staars opened 4 years ago

Staars commented 4 years ago

For my personal use I added two convenience functions to my fork:

  1. PIP-install of external modules to the bundled python.
  2. Installation of the python header files (sometimes need for 1).

This might be a bit off-topic with regards to the primary intention of this (very nice) extension, but if this sounds useful to anyone, I might be able to prepare a PR. It is only tested on macOS yet, but works for 2.80, 2.81 and 2.82 on my rig.

Mateusz-Grzelinski commented 2 months ago

Thanks for info. I will not have time to review it, so if you have something solid, please make a PR. I have never done anything with external python for Blender so I do not have opinion.