Hello, I made this small addon that creates a UV map according to triplanar coordinates. In theory it’s the same as cube mapping, but for some reason when I try cube mapping, it generates many more islands and uses more UV space than my script. If you find the addon interesting, please do test it, report any bugs and suggest new features.
You run it in edit mode, selecting faces, pressing space and typing “triplanar”. Then Ctrl+P to pack the islands.
You would be more likely to get activity on this thread if you added example screenshots of what the script does. From the way you describe it the first thing that I think someone will comment is why not give it a gui interface rather then having to use the search function to run it. Just some suggestions.
Thank you! Just what I was looking for as I prefer texturing assets to an atlas. One suggestion: It currently remaps all of the selected object faces, regardless of selection. Could be better if it only mapped the selected faces. Other than that, it is great!
in my own stuff i did use the UV Project Modifier instead, but now have made a geo node, i like this method for walls and buildings… the modifier or geo node is live so it can work with procedural geometry, solidify etc
this texture projector works by detecting if the face is facing x, y or z (in the absolute value sense), then sets the UV map appropiatly based on which of them 3 cases matches meaning all right angled walls should look okay for certain things, other angles may stretch