mart1jn Posted December 23, 2015 Share Posted December 23, 2015 In a vex attributewrangle node I'm trying to access all elements of the @pprevious attribute. The @pprevious seams to work differently than @P and @Cd. I cannot figure out what the syntax should be. Could someone help me with that? @Cd = @pprevious; This doesn't give an error but it copies the 1st element of the @pprevious to all elements of @Cd. These all give errors: @Cd.x = @pprevious.x;@Cd.x = @pprevious[0];@Cd.x = @pprevious.0; @Cd.x = @pprevious(0); Im using Houdini 14.0.474. Quote Link to comment Share on other sites More sharing options...
animatrix Posted December 23, 2015 Share Posted December 23, 2015 Try v@pprevious.x; 1 Quote Link to comment Share on other sites More sharing options...
mart1jn Posted December 23, 2015 Author Share Posted December 23, 2015 Thank you. I suspected it was something simple. 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.