Jump to content

Relax overlapping UVs


Recommended Posts

What i did eventually was

vertex split

promote uvs to point

transform my world positions to uv space

v@wP = @P; //store the points world space positions
@P = @uv; //from world space to uv space

treat the uvs as a mesh so i could find intersections and use the smooth node. The results where okayish but not great.

transform back to world space promote uv to vertex.

Any other ideas? because the smoothing part is a bit funky, i keep getting these spikes

 

 

1.JPG

2.JPG

  • Like 1
Link to comment
Share on other sites

clean some parameters(channels) ,that was inside HDA ..or just copy paste(write) and investigate "extrude parameter in Loop to make them 0"-  IN new SCENE rebuild ....

if that not works Download
Fe-ELib for Houdini it has some Examples on that topic

using volumes and COPS

#define UP {0,0,0.2}

vector poses[], uvws[];
int prims[];
int intersect_all = intersect_all(1, @P, UP, poses, prims, uvws, 0.01, -1);
#if 0
    f@height = intersect_all / 10.0;
#else
    f@height = intersect_all > 1;
#endif




 

  • Like 1
Link to comment
Share on other sites

Looking for something in the FeElib is like looking for a haystack comb, basically this man rewrote Houdini :D

Where did you found this example Tesan, out of context, it's difficult. Will be curious to see the Volume Cops option... Sounds intriguing! ;)

 

Have you tried the UVPelt sop to relax? or primuv to come back?

Link to comment
Share on other sites

@vinyvince It was in first post (that I made here on Odforce and shared also on Facebook 2 years ago) and in 1*(first) release  they had Architecture Folder and examples  and uv's Tricks in Cop ..Don't know where its that folder now in newest release..Maybe its deleted . or its from different set of Hda's --I'm like hamster i just Collecting.:rolleyes:

 

gdd5.jpg

Edited by Librarian
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...