When I started with learning some Houdini python this was the first thing I wanted to do. Bring in whatever I have in a folder and use it a useful way in a generated nodetree.
I build a setup to allow just that and going to do 1-2 videos about it. As always I am going to share the file with you when that is done. Is there any interest to put that into an asset? Maybe an addon for the DK Tool asset.
What I did here is obviously only a simple example but it involves the key needed steps.
- create file nodes for every object
- create your typical sop nodes and set their parameters
- connect the tree accordingly
and...
- use python to create vex
