Skip to content

Instantly share code, notes, and snippets.

@hyuki
Last active July 12, 2022 07:53
Show Gist options
  • Select an option

  • Save hyuki/bdbef76abfe7caa050d8b0ed748c43b3 to your computer and use it in GitHub Desktop.

Select an option

Save hyuki/bdbef76abfe7caa050d8b0ed748c43b3 to your computer and use it in GitHub Desktop.
hello-blender.md - スクリプトでpng作成

元の記事

上の記事を読みながらやったこと

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
@hyuki
Copy link
Copy Markdown
Author

hyuki commented Jul 12, 2022

img

@hyuki
Copy link
Copy Markdown
Author

hyuki commented Jul 12, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment