Follyx Posted June 10, 2013 Share Posted June 10, 2013 Hi, as a Newbie I cannot figure out why I have an attribute mis-match on the merge SOP. Thanks in advance for any suggestiojn / help. Cheers mismatch.hip Quote Link to comment Share on other sites More sharing options...
anim Posted June 10, 2013 Share Posted June 10, 2013 because the inputs have different/not matching attributes and since the resulting geometry will have all attributes from both inputs, the values of the attributes need to be filled in for geometry which didn't have that attribute houdini fills it with default value of that attribute and that may not be what you want, hence the warning so you know that you need to check if everything is as you expect after merge in your case your 2nd input has Primitive Attribute called name which 1st doesn't have so you are getting this warning but it's not needed anymore so it doesn't matter and you can ignore that warning, or just insert Attribute SOP before 2nd input and delete name attribute to get rid of the warning Quote Link to comment Share on other sites More sharing options...
Follyx Posted June 10, 2013 Author Share Posted June 10, 2013 Hi Tomas, I understood and the problem is solved. Thanks a lot 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.