슈퍼 아마추어가 RendarMan을 괴롭히는 ~ 설치 편 ~
공부를 위해 메모적으로 기록을 취해 두겠다고 생각합니다.
RenderMan이란?
wikipedia에서
RenderMan(렌더맨)은 픽사·애니메이션·스튜디오에 의해 개발된 렌더링용의 소프트의 일군.
라는 것.
지금까지 RenderMan은 유상이었다고합니다.
이번 비상용 이용에 한해서 무상으로 공개되었습니다.
이것으로, 뭔가 자작 3D 애니메이션을 할 수 있을지도 모른다? 일단 관심을 끌었습니다.
※영어도 서투른 내가 걸렸던 포인트「☆」로 표시
Mac에서 작업하고 있습니다. Mac도 초보자입니다.
다운로드 및 설치
설치 방법을 참고로 한 것은 Gigazine의 기사
1.Intro
2.Register☆
영어를 읽지 않고 헹구고 Next를 눌러 버렸습니다.
"Register: Create a RenderMan Forums Account"에서 계정을 만들지 않으면 다운로드할 수 없습니다.
기사에 스크린 샷이 붙어 있기 때문에 등록 방법은 틀림 없습니다.
3.Install
여기에서 다운로드! !그러면 이런 파일이 생겼습니다.
pkg를 실행하여 설치했습니다.
실행하면, [success!]라고 나왔기 때문에 잘 된 것 같습니다.
실행해보자☆
확실히 LaunchPad에 들어있는 것을 두드리면 좋을 것이라고 찾아 보면 이런 것이 생겼습니다.
반드시 이 그림이 붙어 있는 녀석을 더블 클릭하면 좋을까? 라고 생각하고 클릭하면 라이센스를 들었습니다.
분명히 이것은 설치 프로그램입니다.
어떻게 하면 좋을까 곤란하고 있던 곳···
커맨드 라인에서 실행할 수 있도록 해 봅시다 ☆
절차의 참고에 가르쳐 주었습니다.
htp // 와쿠후 c와 ry. jp/r만/
1. 환경설정을 합니다
export 커멘드로 설정하게 되어 있었으므로, 이 커멘드도 잘 모르는 채 실행.
이 상태에서 우선
/Applications/Pixar/RenderManProServer-19.0/bin/render
이렇게 하면
$/Applications/Pixar/RenderManProServer-19.0/bin/render ; exit;
$/Applications/Pixar/RenderManProServer-19.0/bin/render: line 40: /usr/local/prman/bin/prman: No such file or directory
/Applications/Pixar/RenderManProServer-19.0/bin/render: line 40: exec: /usr/local/prman/bin/prman: cannot execute: No such file or directory
logout
그리고 이런 오류가 돌아왔습니다.
참고 자료의 「테스트를 움직여 보자」를 본다
설치처의 etc/setup아래에 테스트용의 Makefile이 있으므로, setup 폴더마다 카피해 와. make 해보자.
Desctop으로 이름을 바꿨습니다. 그리고 make 실행
$ make
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
Xcode를 넣어야 하는 것 같습니다.
Xcode 받자. .
얻은 후 make 다시 실행
$ make
${RMANTREE:-RMANTREE not set!}/bin/shader -q finite.sl
/bin/sh: RMANTREE: command not found
make: *** [trial] Error 127
이것은····환경 변수가 설정 해제되고 있는구나. .
엄청난 설정 후 make를 실행. 이번에는 성공
$ export RMANTREE=/Applications/Pixar/RenderManProServer-19.0
$ make
${RMANTREE:-RMANTREE not set!}/bin/shader -q finite.sl
${RMANTREE:-RMANTREE not set!}/bin/shader -q shield.sl
${RMANTREE:-RMANTREE not set!}/bin/render trial.rib
${RMANTREE:-RMANTREE not set!}/bin/cmptiff -q trial.tif check.tif
The images are identical.
trial.tif가 완료되었습니다!
했어 (^0^)/
이 상태에서 다시 한번 직접 실행해 보자.
/Applications/Pixar/RenderManProServer-19.0/bin/render
역시 오류.
파일을 직접 놓지 않을 때 엎드려구나.
조금 이해할 수 있었던 것 같았습니다.
추가)
명령 실행은 RIB 파일이 없어야 한다는 것을 알았습니다.
/Applications/Pixar/RenderManProServer-19.0/bin/render RIBファイル
이렇게하면 실행할 수 있습니다!
Reference
이 문제에 관하여(슈퍼 아마추어가 RendarMan을 괴롭히는 ~ 설치 편 ~), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/tagosaku324/items/8fb731892bd53532eb30
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
설치 방법을 참고로 한 것은 Gigazine의 기사
1.Intro
2.Register☆
영어를 읽지 않고 헹구고 Next를 눌러 버렸습니다.
"Register: Create a RenderMan Forums Account"에서 계정을 만들지 않으면 다운로드할 수 없습니다.
기사에 스크린 샷이 붙어 있기 때문에 등록 방법은 틀림 없습니다.
3.Install
여기에서 다운로드! !그러면 이런 파일이 생겼습니다.
pkg를 실행하여 설치했습니다.
실행하면, [success!]라고 나왔기 때문에 잘 된 것 같습니다.
실행해보자☆
확실히 LaunchPad에 들어있는 것을 두드리면 좋을 것이라고 찾아 보면 이런 것이 생겼습니다.
반드시 이 그림이 붙어 있는 녀석을 더블 클릭하면 좋을까? 라고 생각하고 클릭하면 라이센스를 들었습니다.
분명히 이것은 설치 프로그램입니다.
어떻게 하면 좋을까 곤란하고 있던 곳···
커맨드 라인에서 실행할 수 있도록 해 봅시다 ☆
절차의 참고에 가르쳐 주었습니다.
htp // 와쿠후 c와 ry. jp/r만/
1. 환경설정을 합니다
export 커멘드로 설정하게 되어 있었으므로, 이 커멘드도 잘 모르는 채 실행.
이 상태에서 우선
/Applications/Pixar/RenderManProServer-19.0/bin/render
이렇게 하면
$/Applications/Pixar/RenderManProServer-19.0/bin/render ; exit;
$/Applications/Pixar/RenderManProServer-19.0/bin/render: line 40: /usr/local/prman/bin/prman: No such file or directory
/Applications/Pixar/RenderManProServer-19.0/bin/render: line 40: exec: /usr/local/prman/bin/prman: cannot execute: No such file or directory
logout
그리고 이런 오류가 돌아왔습니다.
참고 자료의 「테스트를 움직여 보자」를 본다
설치처의 etc/setup아래에 테스트용의 Makefile이 있으므로, setup 폴더마다 카피해 와. make 해보자.
Desctop으로 이름을 바꿨습니다. 그리고 make 실행
$ make
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
Xcode를 넣어야 하는 것 같습니다.
Xcode 받자. .
얻은 후 make 다시 실행
$ make
${RMANTREE:-RMANTREE not set!}/bin/shader -q finite.sl
/bin/sh: RMANTREE: command not found
make: *** [trial] Error 127
이것은····환경 변수가 설정 해제되고 있는구나. .
엄청난 설정 후 make를 실행. 이번에는 성공
$ export RMANTREE=/Applications/Pixar/RenderManProServer-19.0
$ make
${RMANTREE:-RMANTREE not set!}/bin/shader -q finite.sl
${RMANTREE:-RMANTREE not set!}/bin/shader -q shield.sl
${RMANTREE:-RMANTREE not set!}/bin/render trial.rib
${RMANTREE:-RMANTREE not set!}/bin/cmptiff -q trial.tif check.tif
The images are identical.
trial.tif가 완료되었습니다!
했어 (^0^)/
이 상태에서 다시 한번 직접 실행해 보자.
/Applications/Pixar/RenderManProServer-19.0/bin/render
역시 오류.
파일을 직접 놓지 않을 때 엎드려구나.
조금 이해할 수 있었던 것 같았습니다.
추가)
명령 실행은 RIB 파일이 없어야 한다는 것을 알았습니다.
/Applications/Pixar/RenderManProServer-19.0/bin/render RIBファイル
이렇게하면 실행할 수 있습니다!
Reference
이 문제에 관하여(슈퍼 아마추어가 RendarMan을 괴롭히는 ~ 설치 편 ~), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/tagosaku324/items/8fb731892bd53532eb30
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
절차의 참고에 가르쳐 주었습니다.
htp // 와쿠후 c와 ry. jp/r만/
1. 환경설정을 합니다
export 커멘드로 설정하게 되어 있었으므로, 이 커멘드도 잘 모르는 채 실행.
이 상태에서 우선
/Applications/Pixar/RenderManProServer-19.0/bin/render
이렇게 하면
$/Applications/Pixar/RenderManProServer-19.0/bin/render ; exit;
$/Applications/Pixar/RenderManProServer-19.0/bin/render: line 40: /usr/local/prman/bin/prman: No such file or directory
/Applications/Pixar/RenderManProServer-19.0/bin/render: line 40: exec: /usr/local/prman/bin/prman: cannot execute: No such file or directory
logout
그리고 이런 오류가 돌아왔습니다.
참고 자료의 「테스트를 움직여 보자」를 본다
설치처의 etc/setup아래에 테스트용의 Makefile이 있으므로, setup 폴더마다 카피해 와. make 해보자.
Desctop으로 이름을 바꿨습니다. 그리고 make 실행
$ make
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
Xcode를 넣어야 하는 것 같습니다.
Xcode 받자. .
얻은 후 make 다시 실행
$ make
${RMANTREE:-RMANTREE not set!}/bin/shader -q finite.sl
/bin/sh: RMANTREE: command not found
make: *** [trial] Error 127
이것은····환경 변수가 설정 해제되고 있는구나. .
엄청난 설정 후 make를 실행. 이번에는 성공
$ export RMANTREE=/Applications/Pixar/RenderManProServer-19.0
$ make
${RMANTREE:-RMANTREE not set!}/bin/shader -q finite.sl
${RMANTREE:-RMANTREE not set!}/bin/shader -q shield.sl
${RMANTREE:-RMANTREE not set!}/bin/render trial.rib
${RMANTREE:-RMANTREE not set!}/bin/cmptiff -q trial.tif check.tif
The images are identical.
trial.tif가 완료되었습니다!
했어 (^0^)/
이 상태에서 다시 한번 직접 실행해 보자.
/Applications/Pixar/RenderManProServer-19.0/bin/render
역시 오류.
파일을 직접 놓지 않을 때 엎드려구나.
조금 이해할 수 있었던 것 같았습니다.
추가)
명령 실행은 RIB 파일이 없어야 한다는 것을 알았습니다.
/Applications/Pixar/RenderManProServer-19.0/bin/render RIBファイル
이렇게하면 실행할 수 있습니다!
Reference
이 문제에 관하여(슈퍼 아마추어가 RendarMan을 괴롭히는 ~ 설치 편 ~), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tagosaku324/items/8fb731892bd53532eb30텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)