papsphilip Posted March 3, 2021 Share Posted March 3, 2021 I have tried a lot of stuff and found topics on this problem but nothing seems to work. I want to pass string and float detail attributes to the Font SOP. How can this be done? fontsop.hip Quote Link to comment Share on other sites More sharing options...
anim Posted March 3, 2021 Share Posted March 3, 2021 for string values use functions ending with s, aslo your price is not called price but num1 name `points("../data_point",0,"name")` name `details("../data_detail","name")` price `point("../data_point",0,"num1",0)` price `detail("../data_detail","num1",0)` Quote Link to comment Share on other sites More sharing options...
papsphilip Posted March 3, 2021 Author Share Posted March 3, 2021 thank you! its working, i was stuck with detail("../data","attribute",0).. (sorry the price attribute was from the project file) 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.