wateryfield Posted September 6, 2014 Share Posted September 6, 2014 Is it possible remove the attribute use wrangle sop. I can't find any attrib delete or remove function in VEX. Thanks! Quote Link to comment Share on other sites More sharing options...
wateryfield Posted September 7, 2014 Author Share Posted September 7, 2014 (edited) So the vex don't have a attribute remove function. I saw the VOPSOP and attribVOP haven't one either. Edited September 7, 2014 by wateryfield Quote Link to comment Share on other sites More sharing options...
danw Posted September 7, 2014 Share Posted September 7, 2014 I'm not sure it really makes sense to do that. VOPSOPs and AttribVOPs iterate over each point/component... meaning you'd be attempting to "remove" an attribute from each one individually. But that's not the way Houdini works - if you set an attribute on a single point, all the other points are automatically and immediately initialized to zero for the same attribute, as you can't have an attribute exist only on certain points but not others. I'm not sure if there's a way besides the Attribute SOP... it's probably something Python-able. 1 Quote Link to comment Share on other sites More sharing options...
queglay Posted September 14, 2017 Share Posted September 14, 2017 They let us create attributes in vex though... twould be nice to remove them. Quote Link to comment Share on other sites More sharing options...
Sepu Posted September 14, 2017 Share Posted September 14, 2017 you can delete attribute with the "attribute delete" or the "Clean" SOPs. 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.