Tomasz Czapski2

Tomasz Czapski2

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

import attribute into geometry vop Aug. 27, 2014, 5:38 a.m.

i believe that should do:

string node_absolute_path = @OpInput2; //out of 1 to 4
string prefix_removed = split(node_absolute_path, “:”); //removes op: prefix

f@b_lgth = ch(prefix_removed + “/sizex”); //channel reference of attribute sizex of type float from node @ OpInput 2