Michel M. Zigaib

mzigaib

About Me

EXPERTISE
VFX Artist
INDUSTRY
Film/TV

Connect

LOCATION
Brazil

Houdini Skills

Availability

Not Specified

Recent Forum Posts

H20.5 viewport much slower compared to H20 or H19 Nov. 11, 2024, 5:56 p.m.

Is anyone experiencing image plane with transparency issues which does not show the transparency at all with Vulkan viewport?

Fedora 41
Nvidia drivers 565.57
kernel 6.11.5-300
Houdini 20.5 build 410

Vex smooth() function how to use it Nov. 9, 2024, 6:26 p.m.

Oh it did work with expression function smooth()and not with the VEX function.

Like this

smooth(fit(@Frame,1001,1024,0,15),0,15)

Vex smooth() function how to use it Nov. 9, 2024, 6:18 p.m.

Thanks for the feedback
I am trying to use it on a channel as a expression, if I use the fit() function it works so I was assuming that it could work with the smooth function too, so maybe I can't use it on a channel as a expression?