Search - User list
Full Version: Help on Group by Range Node
Root » Houdini Indie and Apprentice » Help on Group by Range Node
PhoenixFly
Can anyone help me on this situation? Please
All information is in the image.
EZiniT
The range is working with numeric values, it's not a wrapping effect which is what I think
you were expecting, by shifting 1 row by 1 for example and whatever goes off one side appears
on the other.

This is not the case here.

Selecting 1 of 11 will evaluate to 1, 1+11=12, 12+11=23, 23+11=34 etc
Offset by 1 and you get the 2, 13, 24, 35 .... 90+11=101 ,not a value in the bottom row.

For your third image offset by 2.....80+11 = 91
tamte
you can try something like this in Group Expression SOP

( @primnum - chi("offset") ) % 10 == floor( @primnum / 10 )
PhoenixFly
Thank you @EZiniT for the explanation.

Very thank you @tamte for the expression. It works perfectly.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB