Skip to content
hanwoong kim edited this page Oct 6, 2017 · 1 revision

Render

Commandline Render

  • 현재경로의 test.blend 파일을 렌더링한다.
  • test 폴더가 없으면 자동 생성된다.
  • 에니메이션을 렌더링하기 위해서는 맨 마지막에 -a 를 꼭 붙힌다.
blender -b test.blend -o ./test/test.####.exr -F EXR -a

분산 렌더링을 위한 프레임 렌더링 명령어

  • 위 옵션에서 -s, -e 인수만 추가된다.
blender -b test.blend -o ./test/test.####.exr -F EXR -s 150 -e 150 -a

만들어진 스크립트

관련문서

Clone this wiki locally