Parameters -> Dictionary -> Attributes

calendar_today

05.10.2025

label

Automation

mouse

Houdini 21

Description

Quickly turn parameters into a dictionary and attributes using the attribute from parameters and attribute adjust dictionary node. The example file also demonstrates how to read the resulting detail attributes from a spare input and how to copy them into the geometry stream.

1 Code Discussion

These lines of VEX code read and limit the variable resolution from a dictionary called parms.

C
        float res = d@parms['resolution'];
d@parms['resolution'] = max(0.01, res);
    

2 Source

download

Downloads

link

Related articles

favorite

177

label

Automation

ONNX Machine Learning Examples

favorite

270

label

AutomationProgramming

Batch processing files with Python

favorite

301

label

AutomationExternal

Machine learning tutorials for Houdini

favorite

183

label

AutomationOrganic

Randomizing noise sculptures with TOPs

favorite

221

label

AutomationTexturing

Slice Images from Volumes

favorite

330

label

VEXAutomation

Attribute generation menu with VEX