Kosuke Hashimoto

DG IT

About Me

Connect

LOCATION
Tokyo, Japan
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Selecting the Edge Wear Geometry from LABS Edge Damage 2023年9月15日6:38

My senpai helped me find a way.

Turns out that the edge damage node was not editable, which seemed to be affecting the ability of other nodes to read the color information coming out of it.
The whackiest, most counterintuitive part of this problem was the fact that in order to select the color red in expressions, you can't say 'red = 1'. This is because red is also present in white in additive color theory, and will select any whites or greys or hues that have red value. Instead, to select red, one has to specify 'green = 0' and 'blue = 0'. The complete absence of green and blue leaves red. This was a curveball.
Once I made the edge damage node editable and asked for all primitives without blue or green values to be selected, I got the results I wanted.

Selecting the Edge Wear Geometry from LABS Edge Damage 2023年9月15日4:38

Hello again,
I'm wanting to lay out the UVs for the geometry created from LABs Edge Damage tool separately from the rest of the mesh. To do this, I want to procedurally select the primitives that are generated on the edges. There is a 'visualize damage' checkbox that turns the edge wear geo red, so I thought that I could just select all red primitives, but this isn't working. Does anyone have a suggestion as to how I would select the edge wear geo created by this tool?

Adding materials/material slots to HDA meshes 2023年9月14日4:26

I made a little progress. I had a tree hierarchy node with "assign trunk/brank/leaf materials separately" checked. I unchecked this box and I was able to get the HDA to output multiple materials in UE5. The material slot names are not at all what I named the materials, but I'm just happy to have multiple slots at this point. And they are assigned to the correct parts of the mesh as well.