<핸들 제외하기>
이 노드의 input 첫 프레임에서 10프레임 더하기
[expression {[value this.first_frame] + 10}]
이 노드의 input 마지막 프레임에서 10프레임 빼기
[expression {[value this.last_frame] - 10}]
상대 경로
[python {nuke.script_directory()}]
[file dirname [knob root.name]
스크립트 이름 불러오기
[value root.name]
[file tail [value root.name]]
[string trim [file tail [value root.name]] .nk]
파일 이름 불러오기
[knob [topnode].file]
[lindex [split [lindex [split [knob [topnode].file] .] 0] /] end]
파일 경로 불러오기
[file dirname [knob [topnode].file]]
파일 이름
[file tail [knob [topnode].file]]
파일 확장자
[file extension [knob [topnode].file]]
'CG_VFX' 카테고리의 다른 글
[DEADLINE] 상위버젼 추가 및 경로 재설정 (0) | 2018.06.24 |
---|---|
BATCH_RENDER (0) | 2018.03.25 |
[OCULA] 오큘라 4.0 속성 (0) | 2015.01.10 |
[OCULA] Retimer (0) | 2014.04.09 |
[OCULA] Colourmatcher (0) | 2014.04.09 |