JacquesLucke / blender_vscode

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

Feature request: Custom command line arguments #58

Closed malte-v closed 3 weeks ago

malte-v commented 4 years ago

It would be really useful to me if we could specify additional command line arguments for Blender, like the --debug* ones. I was thinking of adding an array of strings for the arguments in the settings.

andgeno commented 4 years ago

I could also use a feature to pass some additional arguments to Blender on startup.

MBetters commented 3 years ago

Also, it'd be great to be able to pass args to scripts run by Run Script.

s-suraj-08 commented 1 year ago

Is there any update on how to pass CLI to my python script?

Mateusz-Grzelinski commented 3 weeks ago

| I could also use a feature to pass some additional arguments to Blender on startup.

use vs code setting blender.additionalArguments

| Is there any update on how to pass CLI to my python script?

read blender --help. use -- and blender.additionalArguments