-
Notifications
You must be signed in to change notification settings - Fork 4
render
hanwoong kim edited this page Oct 6, 2017
·
1 revision
- 현재경로의 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
- 위 작업이 귀찮아서 만들어진 코드 : https://github.com/lazypic/blrender