Answers for "houdini blendshape vex"

0

houdini blendshape vex

v@secPostiton = point(1,"P",@ptnum); #second point position
@P *= (1-@mask * chf("intensity"));
@P += @secPostiton * @mask * chf("intensity");
Posted by: Guest on May-23-2020

Browse Popular Code Answers by Language