绝子 绝
juejuezi
About Me
Connect
LOCATION
                
                    
                        Zhejiang, 
                    
                    Not Specified
                
            WEBSITE
                Houdini Skills
Availability
Not Specified
            Recent Forum Posts
Could we have better node auto-layout July 31, 2024, 9:30 a.m.
 It is not recommended to press "L" on all nodes
Select some nodes that you think are suitable and press "Shift+L"
            Select some nodes that you think are suitable and press "Shift+L"
Move selected face primitives along normal in a loop? July 7, 2024, 3:45 p.m.
 Thank you, I understand now
In addition, if the cylinder is generated by a line through sweep, I suggest peaking the line first, rather than peaking the prim of the cylinder
Because peaking the lines is more convenient for calculation and can provide more information for future use
            In addition, if the cylinder is generated by a line through sweep, I suggest peaking the line first, rather than peaking the prim of the cylinder
Because peaking the lines is more convenient for calculation and can provide more information for future use
Move selected face primitives along normal in a loop? July 7, 2024, 3:09 p.m.
 I'm sorry I didn't understand your meaning, but I guess you need this
I don't understand why the house needs to move every prim
You can use Peak SOP and VEX
```vex
int it = detail(1,'iteration',0);
int seed = 5;
f@dist = fit01(rand(it + seed),-1,1);
```
```
detail(0,'dist',0)
```
            I don't understand why the house needs to move every prim
You can use Peak SOP and VEX
```vex
int it = detail(1,'iteration',0);
int seed = 5;
f@dist = fit01(rand(it + seed),-1,1);
```
```
detail(0,'dist',0)
```