JJ FX Posted January 22, 2021 Share Posted January 22, 2021 (edited) Hi, So I have a string point attrib on a sop node, let's say it's s@this = "Yellow". When I bring in the attribute into node parameters with houdini expression point("../node", 0, "this", 0) it always evaluates as 0 unless the string is empty s@this = "", then it evaluates as -1. So I guess point() doesn't see string attribs. But what I need is a string and the exact value of that string! I don't care if it's houdini expressions or python, as long I can just get this attribute and use it inside node parameters! Edited January 22, 2021 by JJ FX Quote Link to comment Share on other sites More sharing options...
JJ FX Posted January 22, 2021 Author Share Posted January 22, 2021 (edited) So instead of point() use points(), eg.: points("../node", 0, "this") LOL Edited January 22, 2021 by JJ FX Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.