0

I've never used the python console before so I only know these commands from the documentation that I've looked up. But I've read that it can be a lot faster than just pressing ctrl+F12 because it doesn't need the GUI.. or something. I looked in other places as well but my brain started to melt from this programming nightmare thing. I also have multiple scenes that needs rendering, so if I could do them one after another, it would be a plus. So if someone could show a command that let's me render my animation(s) in the compositor from the command line, it would be most appreciated!

batFINGER
  • 84,216
  • 10
  • 108
  • 233
Geri
  • 1,341
  • 1
  • 8
  • 24

1 Answers1

0

there is already a previous question about creating render queues.

The Blender Manual also has a section about command line rendering if there are any specific commands you need to add.

stphnl329
  • 4,817
  • 9
  • 27
  • When I render from the command line, the compositor File Output nodes are ignored. Does the Manual address this? EDIT: nevermind, the Manual lists --python-expr, which can be used as a workaround. – SO_fix_the_vote_sorting_bug Oct 25 '21 at 05:44