Michel M. Zigaib

mzigaib

About Me

専門知識
VFX Artist
業界:
Film/TV

Connect

LOCATION
Brazil
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

H20.5 viewport much slower compared to H20 or H19 2024年11月11日17:56

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 2024年11月9日18:26

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 2024年11月9日18:18

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?