Martin Holeysovsky

holeys

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Can I get a stage object in a SOPs vex wrangle? Sept. 5, 2024, 3:04 a.m.

was it released yet?

Evaluate pdg-attributes in expressions with python script top fails Dec. 1, 2022, 2:20 a.m.

...I found the issue, my predecessor forgot to pass the work_item, which I realised when I found the docs

Evaluate pdg-attributes in expressions with python script top fails Nov. 29, 2022, 7:47 a.m.

Hi
Im new to PDG and I have a work%item attribute referenced in the parm using `@attribute_name`. I can see the value in houdini, but when I use the `self.evaluateString()` in a python script is appears to be blank (it only manages to read it if it is a direct value). What method should I use to get the @ expression value?