Tomasz Czapski2
Tomasz Czapski2
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
import attribute into geometry vop 2014年8月27日5:38
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
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