Community
Arnold for Houdini Forum
Rendering with Arnold in Houdini and Solaris using the HtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USD AOV in Arnold Kick Render

1 REPLY 1
Reply
Message 1 of 2
saka
399 Views, 1 Reply

USD AOV in Arnold Kick Render

hi,

I have output USDA file form Houdini/Solaris with USD_Render_LOP.Operator.

the USDA file has beauty-pass and specular-pass and so on as RenderVars.


Rendering with USDA + BAT.File + Kick.exe, the picture has no AOVs image planes.

I cannot understand "-laovs" option, no solving for this problem.

how to include OAVs into EXR?


Bat file example

(I hope run rendering on deadline-commandline finally.)

REM #options

set myKick=C:\Users\%USERNAME%\htoa\htoa-5.6.0.2_rbd4662c_houdini-18.5.499\htoa-5.6.0.2_rbd4662c_houdini-18.5.499\scripts\bin\kick.exe
set myLib=C:\Users\%USERNAME%\htoa\htoa-5.6.0.2_rbd4662c_houdini-18.5.499\htoa-5.6.0.2_rbd4662c_houdini-18.5.499\arnold\plugins
set startf=3
set endf=5
set icnf=1
set scenefile=Z:\Arnold\usd\Solaris_Arnold_Basic_v004.001\Solaris_Arnold_Basic_v004.001.USD_ROP_LOP.usda
set output=Z:\Arnold\usd\Solaris_Arnold_Basic_v004.001\pic_
set ext=.exr
set pad=4

setlocal enabledelayedexpansion

set sum=-1
set /a sum+=startf

for /L %%i in (%startf%, %icnf%, %endf%) do (
set /a sum+=1
set sum=000000%%i
set sum=!sum:~-4,4!
REM #Arnold Render command and options
%myKick% ^
-i %scenefile% ^
-o %output%!sum!%ext% ^
-l %myLib% ^
-frame !sum! ^
-r 640 480 ^
-dw ^
-dp ^
-v 4
)

pause

kickUSD.zip

thanks



Tags (3)
Labels (3)
1 REPLY 1
Message 2 of 2
saka
in reply to: saka

additinal question.

Invisible, Matte, these options are ignored neither.

is this problem simular matters?

these settings is provided as "Render_Geometry_Settings(LOP)" in solaris, but I think these are USD specifilations.is it my misunderstandings?

best.


render_geo_settings.png

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

Post to forums  

Autodesk Design & Make Report