JacquesLucke / blender_vscode

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

Support configuration of additional arguments on Blender start #137

Closed mpreisler closed 11 months ago

mpreisler commented 1 year ago

Note: I did this blind, need to check that it works, I don't have a setup to build typescript into js so it's tricky to test. Will do that later.

mpreisler commented 1 year ago

I was able to setup typescript, npm and all that and fixed the patch.

Griperis commented 1 year ago

Tested, works. Please add this to the unreleased section in changelog.

marstaik commented 12 months ago

Is it possible to get this merged in and released? It's quite an important change that allows us to use system python, since it now requires a cli argument.

mpreisler commented 11 months ago

Is it possible to get this merged in and released? It's quite an important change that allows us to use system python, since it now requires a cli argument.

Yeah, I will add it to changelog and sync with @Griperis and @JacquesLucke to get this merged.