Search Results

Found 1 results for "68555798030d5ab7cf9033889aa432a8" across all boards searching md5.

Anonymous /3/1011128#1012862
5/29/2025, 7:38:13 PM
>>1011128
I want to render a scene from various camera positions using the command line. I've got a script set up for moving the camera by taking in a command line argument, but will Blender "wait" until the first set of renders is complete before moving onto the next set?
Basically I want:
>Blender render camera_pos_1
then when that's done
>Blender render camera_pos_2
then when that's done
>Blender render camera_pos_3
And so on. Has anyone done this on the command line before? There's like 200 angles I have to render something from for multiple frames, so setting up an automated script like this would be helpful and necessary.