Blenderの中のpythonのpipへのalias
$ alias blender_pip='/Applications/Blender.app/Contents/Resources/3.2/python/bin/python3.10 -m pip'
fireをインストール
$ blender_pip install -U fire
pip古いと言われたから指示通りアップグレード
$ blender_pip install install --upgrade pip
記事中に書かれているpythonスクリプトを実行
$ blender -b -P background_job.py -- 'Hello Blender!' img
