Tomas Slancik
tamte
About Me
INDUSTRY
Advertising / Motion Graphics
Connect
LOCATION
New York,
United States
WEBSITE
Houdini Skills
Availability
I am currently employed at Method Studios
Recent Forum Posts
Questions on Resample node Dec. 21, 2024, 2:32 p.m.
zooropaThis is exactly what causes both of your issues
Is it possible that the shortestpath + fuse displaying clean edges does not show that I have several overlapping edges, and when I resample, they become visible?
Shortest path is likely to produce overlapping paths especially because many paths end up travelling through the same edges before eventually diverging
Fuse just fuses the points but the amount of curves will not change so the overlapping segments prevail
Resample even without resampling likely makes points unique per curve to be able to store curveu since if points are shared among multiple curves then a single point would have to store multiple different curveu values
So to clean up your geo you can append Convert Line SOP + Poly Path SOP after your Fuse
That will make sure each path is a single curve at least up to the branching point
Then Resampling to should behave better
But instead of using Resample to also compute curveu, I'd recommend Edge Transport, to get some real distance attribute for curve network rather than notmalized curveu per curve as those will be just segments between branching points
How to render APEX controller Dec. 20, 2024, 10:52 a.m.
1. I'm not sure you can use wildcard for the Output paths, at least for me it always returns nothing, so try to be specific in what you are grabbing
2. not sure if this would be the same for all rigs but in Electra you can get controls by invoking /electra.char/Base.rig/drawable_output -> geo
2. not sure if this would be the same for all rigs but in Electra you can get controls by invoking /electra.char/Base.rig/drawable_output -> geo
Volume Retime Stuttering Dec. 20, 2024, 10:28 a.m.
You can also just adjust the Input Timestep parameter on Retime SOP
Change it to something like
Change it to something like
ch("timescale") / $FPS