Arnold tutorial - How to render an animation sequence using Kick & MtoA

This tutorial covers various ways to export and render .ass files for rendering outside the host app. Settings Scene Source Started With Kick File Examples Manual/manual/?highlight=arnold The batch script (drag & drop .ass files onto it) as used in the video. Remember to change your path to Kick: @echo off REM Change these variables to match your install set KICK=“C:\Program Files\Autodesk\Arnold\Maya2022\bin\“ for %%f in (%*) do ( %KICK% -dp -dw -v 6 -i %%f ) pause #maya #arnoldrenderer #animatio
Back to Top