Barret Meeker

Barrett Meeker

About Me

専門知識
Game Artist
業界:
Gamedev

Connect

LOCATION
United States
ウェブサイト

Houdini Engine

Availability

Not Specified

チュートリアル

obj-image Intermediate
Creating a Bundle of Wires that tiles

Recent Forum Posts

HDA Processor - how to drive a ramp or vector parameter? 2024年10月2日1:04

I have a setup where all the parameters of my HDA are being driven by work item attributes using the special attribute arrays in PDG -
hdaparms_floats
hdaparms_ints
hdaparms_strings
hdaparms_buttons

https://www.sidefx.com/docs/houdini/nodes/top/hdaprocessor.html [www.sidefx.com]

However there doesn't seem to be any way of driving ramps parameters or even color or vector parameters from work item attributes or am I missing something?

Thanks for any info here!

Using dictionaries to drive HDA Processors? 2024年10月2日1:00

Thank you! but I was looking for a way to feed them into an HDA Processor like how you can use them to drive node parameters. I haven't been able to find a way without parsing them out with python though.

https://www.sidefx.com/docs/houdini/nodes/top/hdaprocessor.html [www.sidefx.com]

The HDA processor will automatically read work item values into drive the HDA if you write their names in one of the three arrays such as -
hdaparms_floats


But no sign of a way to drive them from a dictionary insteady.

Using dictionaries to drive HDA Processors? 2024年9月11日3:44

In 20.5 it looks like a lot of support for dictionaries were added which seams great but I'm trying to figure out how I can have a dictionary attribute drive the parameters of an HDA processor. Seems like it should be possible but I can't find documentation or examples.

https://www.sidefx.com/docs/houdini/news/20_5/pdg.html [www.sidefx.com]

Anyone have any ideas?

Thanks so much!