Olivier Thériault

olivierth

About Me

業界:
Film/TV

Connect

LOCATION
Canada

Houdini Engine

Availability

Not Specified

Recent Forum Posts

Procedural Edge Loop Grow 2025年5月17日18:43

Hi Scott!

I just tested the GroupFindPath and it works but with a lot of setting changes. For anybody looking to complete full loops that only continues on 4-edge-points, here are the settings:

Procedural Edge Loop Grow 2025年5月17日16:00

Hi!

I could not find a tool to grow edge loops so I build one myself. If anybody needs this, take it! (link below images)

My method was to:
1. Promote edge group to points
2. find the ends of each current edge loop
3. With half edge functions, add each next points to array
4. create a string from the array to use in the group sop (e.g. "p0-1-25-64-8 p35-4-3-78")

Compare 2 Integer Arrays: Find Non-Shared Values?{[SOLVED]} 2025年5月16日18:53

Ohh! I thought the find function was only for strings!

Thanks!