Blender に詳しい訳ではないので間違ってたらすみません。
試した限りだとBlender をコマンドラインから実行するとエラーが表示されるようです。
https://blender.stackexchange.com/questions/1365/how-can-i-run-blender-from-command-line-or-a-python-script-without-opening-a-gui
Command
1"C:\Program Files\Blender Foundation\Blender\blender.exe" --background --python hello.py
2
Result
1C:\home\edu\blender\python>"C:\Program Files\Blender Foundation\Blender\blender.exe" --background --python hello.py
2Read prefs: C:\Users\cx20\AppData\Roaming\Blender Foundation\Blender\2.79\config\userpref.blend
3found bundled python: C:\Program Files\Blender Foundation\Blender\2.79\python
4Traceback (most recent call last):
5 File "<string>", line 1, in <module>
6 File "C:\home\edu\blender\python\hello.py", line 2
7
8 ^
9SyntaxError: unexpected EOF while parsing
10
11Blender quit
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。