Community
Arnold for 3ds Max
Rendering with Arnold in 3ds Max using the MaxtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Arnold overwriting same file on output

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
daniel.j.rutter
273 Views, 2 Replies

Arnold overwriting same file on output

Hi All,

I just re-installed Arnold on a new machine and while attempting to render a sequence noticed that it's overwriting the same frame on output. I've attached the code I'm using below (which worked before I changed machines). Can someone have a look and let me know if you see any obvious errors?

Thanks, Dan


@echo off

REM # Set Frame Count
set count=50
setlocal EnableDelayedExpansion

REM # Set Scene ASS file name
set SCENE=C:\Users\drutter\Desktop\arnold_test

REM # Set Arnold folder path
set MTOA_PATH=C:\solidangle\bin

REM # Set Shader Path
set SHADER_SEARCH_PATH=C:\Program Files\Autodesk\Arnold\maya2020\shaders

REM # Set Bin Path for Kick command
set MTOA_PATH=C:\solidangle\bin

REM # Kick Sequence with For Loop count
REM # Current setup below disables display window, display progressive, and has verbosity level 4
for /L %%i in (1, 1, %count%) do (
set "frame=00000%%i"
set frame=!frame:~-4!
C:\solidangle\bin\kick.exe -i C:\Users\drutter\Desktop\arnold_test\ground.ass C:\Users\drutter\Desktop\arnold_test\viper.!frame!.ass C:\Users\drutter\Desktop\arnold_test\Lights.!frame!.ass C:\Users\drutter\Desktop\arnold_test\camera.!frame!.ass -dw -dp -v 4

Tags (2)
Labels (2)
2 REPLIES 2
Message 2 of 3

Where is the output file specified?



// Stephen Blair
// Arnold Renderer Support
Message 3 of 3

Ah, thanks Stephen for asking the question. It led me to the answer.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report