breadbox Posted August 31, 2015 Share Posted August 31, 2015 I have a problem getting a vector attr to populate all 3 values. I created a vex v_turb function which returns a vector. This works great if I use one of the default "known" attr types such as @P @N or @rest. I want to store the turbulence in a custom variable @wander. when I plug it in, only the wander[x] is populated? i have tried set() and {} and @wander.y - but nothing is working. Even if I try to hop @rest into @wander only the x value populates? Quote Link to comment Share on other sites More sharing options...
anim Posted August 31, 2015 Share Posted August 31, 2015 you probably have to do v@wander = something; since it's vector and not "known" as you said Quote Link to comment Share on other sites More sharing options...
breadbox Posted September 1, 2015 Author Share Posted September 1, 2015 ok v@wander works... I swear I tried this before thanks 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.