jparker
Oct. 29, 2020 17:20:54
Hi,
What's a good way of bringing USD transforms into a CHOP network? Off the top of my head, pulling USD into SOPs and then extracting the xforms from there. Is that the best way?
Cheers,
Jon
tamte
Oct. 29, 2020 17:52:07
alternatively, since usd functions can now directly reference LOP nodes it should be possible to lookup those transform values directly within Channel Wrangle, I haven't tried though, so not sure which approach is better/faster
Houdini 18.5.269 USD VEX functions can now reference LOP nodes and disk files. Fri. July 10, 2020
jsmack
Oct. 29, 2020 17:57:42
There's the lopimport object that could be referenced with an object chop, that's probably the least big-brain way to do it.
jparker
Oct. 30, 2020 12:10:38
Thanks! lopimport… I guess that's been there since 18 and I never noticed it…
But now I'm tempted to wrap the USD VEX functions into “lopimport” CHOP OTL nodes. Worth a try. Thanks Tomas.