Katana GUI 모드에서 여러 프레임 렌더링

팔로우

요약

이 기사에서는 Python을 통해 Katana 에서 여러 프레임을 렌더링하는 방법을 설명합니다.

추가 정보

Katana UI 내에서 여러 프레임을 렌더링하는 것은 현재 지원되지 않으며 이에 대한 권장 워크플로는 배치 모드에서 렌더링하는 것입니다. 일괄 렌더링 명령 내에서 '-t' 인수를 사용하여 프로젝트 렌더링의 프레임 범위를 지정할 수 있습니다.

즉, 현재 Python을 통해 Katana UI 내에서 렌더링을 트리거할 수 있습니다. 기존 프로젝트에서 다음 예제를 사용하거나 Katana File.Load(yourKatanaScene) 명령을 사용하여 Python 실행의 일부로 프로젝트를 로드할 수 있습니다.


The StartRender command only supports rendering one frame at a time, however, you can render multiple frames by iterating through your frame range and executing new StartRender commands each time. This allows you to render the full desired frame range in UI mode.

To do this you need to replace the following command

 RenderManager.StartRender(' diskRender', node=RenderNode, 설정=renderSettings)
다음과 같은 루프 스루 명령으로

diskRender', node=RenderNode, settings=renderSettings)

참고: '일괄' 모드에서 렌더링을 시작하기 전에 Katana 프로젝트를 수정하려는 경우 위 정보를 사용하여 '스크립트' 모드를 통해 Katana

추가 읽기

GUI 외부에서 또는 렌더 팜을 통해 여러 프레임을 렌더링하려면 Katana 배치 모드를 사용할 수 있습니다. 장면 렌더링 > 일괄 렌더링 Katana 온라인 도움말에 추가 정보와 예제 명령이 포함되어 있습니다.

    우리는 문제로 불편을 끼쳐 드려 죄송합니다

    이유를 알려주세요