trzanko Posted December 13, 2016 Share Posted December 13, 2016 Hello, Trying to read a vector array from another point at a certain index. From my understanding of Houdini something like this should work. vector tempArray[] = point(0,"vectorArrayAttrib",pointToReadFrom); vector v = tempArray[index]; Unfortunately this method is returning an empty array from the point() function. If this is not the right way to go about doing this please let me know. Any help welcomed. Thanks. Quote Link to comment Share on other sites More sharing options...
trzanko Posted December 13, 2016 Author Share Posted December 13, 2016 This problem was cleared up over on SideFX forums. Link if interested. https://www.sidefx.com/forum/topic/47401/?page=1#post-212939 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.