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!
Asked
Active
Viewed 436 times
0
-
To clarify You don't use the python console to run commands. You type them into a command shell, or terminal or whatever your OS calls it. – batFINGER Dec 27 '19 at 14:30
-
Well, yeah. As I said I know nothing about it :/ – Geri Dec 27 '19 at 14:39
-
Yep, stphnl329 also linked this one. Thanks! – Geri Dec 27 '19 at 14:54
1 Answers
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