Victor-IX / Blender-Launcher-V2

Standalone client for managing official builds of Blender 3D
GNU General Public License v3.0
403 stars 18 forks source link

Open and Render in Command Line options #134

Open eisenbruch opened 3 months ago

eisenbruch commented 3 months ago

I previously requested the "Open Previous File" command which is used by holding shift and clicking Launch on a version of Blender in BL.

I have recently been rendering my scenes in the command line, and I want to simplify and speed up the the process of starting a render from command line.

I propose the following features:

  1. Option to open the selected blender version in the command line. Maybe this is a right-click option on the blender version. All it would do is open CMD in the directory of the blender version.

  2. If I hold CTRL and SHIFT and click on Launch of a blender version, it automatically opens that blender version in command line, and starts rendering the previously opened file. Just a simple command like blender -b "previously-opened-file-path" -a

Number 2 would be most useful I think

Victor-IX commented 3 months ago

I like the idea! I'm sure it's something we can implement

eisenbruch commented 3 months ago

Thank you! Would really speed up my life these days lol