MENOZ Posted June 6, 2015 Share Posted June 6, 2015 hello, Is it possible to set the number of elements of an attribute from a wrangle node? For example I'd like to change and set my own varmap from a wrangle node, I can change the values of different indexes, but I don't know how to add other elements to it. I don't even know how to create a brand new attribute with custom element size. hip file attached thank you! attribElem.hip Quote Link to comment Share on other sites More sharing options...
Robert Posted June 11, 2015 Share Posted June 11, 2015 You can add variable mapping in a wrangle like this: addvariablename(0,"attribute","ATTRIBUTE"); You don't specifically need to use caps for the mapping name but it follows the default behavior of the attribcreate node so hey why not. 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.