Cook function for HDA loader

Hi there,

I’m tring to use Houdini HDA loader. I want to change some node parameters, cook and then generate some synthetic data. 'Cause cook may take some time, I’m wondering is there any functions that can make it programmable automatic, say detect when the cook is ready and then proceed to next function?

Thanks,
Rosy

You can implement this based on our Houdini HDA Loader extension. You can find the source code of this extension here:

  1. open Extension Manager
  2. Search HDA get the extension
  3. open the folder which installs the extension, refer the image attached.

For synthetic data generation, I would recommend our example(not using Houdini cook) here: GitHub - NVIDIA-Omniverse/synthetic-data-examples: Synthetic Data Generation Examples

1 Like

That helps! Thank you!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.