lisux Posted February 18, 2014 Share Posted February 18, 2014 Hello. I have some points with a string attribute and I want to get all the strings from the attribute table, similar to what you get in the hou module using hou.Attribute.strings() . Anyone knows how to do this in the HDK? Thanks Quote Link to comment Share on other sites More sharing options...
graham Posted February 18, 2014 Share Posted February 18, 2014 You should be able to do this by using an GA_AIFStringTuple, based on your string attribute. Quote Link to comment Share on other sites More sharing options...
lisux Posted February 19, 2014 Author Share Posted February 19, 2014 You should be able to do this by using an GA_AIFStringTuple, based on your string attribute. Thanks Graham. GA_AIFStringTuple was my first attempt, but GA_AIFSharedStringTuple is what made the job. 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.