Fedor Koleganov
FedorK_FX
About Me
専門知識
VFX Artist
INDUSTRY
Film/TV
Connect
LOCATION
Canada
ウェブサイト
Houdini Skills
Availability
Not Specified
Recent Forum Posts
[VEX] Using "nearpoint" function WITHOUT including itself? 2026年8月24日10:00
Something like this should work:
int near = nearpoints(0, @P, 2)[1]; // We limit max points to 2 since we only need the second closest anyway i@near = near;
Bulletsolver killzone without dops? 2026年8月20日9:52
You could remove them after the simulation, group and blast should do the trick.
Find the nodes that causes huge .hip file size? 2026年8月17日14:15
Not that I know of, but look for the usual suspects like Attribute/Group Paint, frozen nodes, Stash SOPs etc. I did file an RFE about a year ago for some kind of scene analyzer tool like that, but no luck so far.