Who knows how to render USD in HtoA on the command line?
When I use htoa's kick command I get the following message.
Is the HTOA kick command still not available for USD?
[myname@mypc ~]$ kick -i /home/myname/test/usd/test.0001.usd -o /home/myname/test/arnold_husk/test.0001.exr
00:00:00 74MB | log started Mon Nov 23 16:21:59 2020
00:00:00 74MB | Arnold 6.1.0.0 [250260fb] linux clang-10.0.1 oiio-2.2.1 osl-1.11.6 vdb-4.0.0 clm-1.1.1.118 rlm-12.4.2 optix-6.6.0 2020/10/27 10: 47:45
00:00:00 74MB | running on mypc, pid=119769
...
00:00:00 75MB | [kick] command: kick -i /home/myname/test/usd/test.0001.usd -o /home/myname/test/arnold_husk/test.0001.exr
00:00:00 75MB | loading plugins from . ....
00:00:00 75MB | no plugins loaded
00:00:00 75MB ERROR | [scene] can't open scene file '/home/myname/test/usd/test.0001.usd', unknown format
00:00:00 75MB | releasing resources
00:00:00 75MB | Arnold shutdown
The usd file was exported using usd_rop, and we're making sure it's properly exported from Houdini's usdview.
I was able to render it using node.render() in the python module, but I don't want to do this because of the hbatch license.
Thank you.