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: 

Houdini Packages?

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
978 Views, 2 Replies

Houdini Packages?

Hi,


Anyone can advice how I can use Houdini Packages for Arnold?

I have tried many different approaches without success. One example below:


Arnold works normally in the env file, but in packages ROP properties are empty, and it doesn't render (traceback errors). Although the shelf is there.


{"path" : "C:/Users/billk/htoa/htoa-5.2.0_r0292f07_houdini-18.0.416/htoa-5.2.0_r0292f07_houdini-${HOUDINI_VERSION}/scripts/bin",
env" : [        
{
"HOUDINI_PATH" : "C:/Users/billk/htoa/htoa-5.2.0_r0292f07_houdini-18.0.416/htoa-5.2.0_r0292f07_houdini-${HOUDINI_VERSION}"
},
{
"PATH" : { method" : "prepend",
"value" : ["C:/Users/billk/htoa/htoa-5.2.0_r0292f07_houdini-18.0.416/htoa-5.2.0_r0292f07_houdini-${HOUDINI_VERSION}/scripts/bin"]
}
}
]
}


Thanks!

Tags (1)
Labels (1)
2 REPLIES 2
Message 2 of 3
Stephen.Blair
in reply to: Anonymous

Check https://answers.arnoldrenderer.com/questions/20802/how-do-i-install-arnold-using-the-new-packages-sy...


I tried to fix your formatting. I didn't change anything except whitespace.
why path and HOUDINI_PATH ?



// Stephen Blair
// Arnold Renderer Support
Message 3 of 3
Slava_91
in reply to: Anonymous

Try this

{
"enable": true,
"env": [
{
"HTOA_DIR": "C:/htoa/5.2"
},
{
"HOUDINI_DSO_ERROR": "2"
},
{
"HOUDINI_PATH": "$HTOA_DIR"
},
{
"PATH": "$HTOA_DIR/scripts/bin"
}
]
}

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

Post to forums  

Autodesk Design & Make Report