Search - User list
Full Version: Fit vex is weird
Root » Houdini Lounge » Fit vex is weird
EDITH
It's houdini 18

I know that Fit vex ‘comma’ goes in between min and max, but I have to type ‘.’ instead of ‘comma’ here, so no errors occur. What's wrong with this?
Drasko Ivezic
fresiaa
It's houdini 18

I know that Fit vex ‘comma’ goes in between min and max, but I have to type ‘.’ instead of ‘comma’ here, so no errors occur. What's wrong with this?

What is the whole expression? I feel something is missing from your image. But it has to be dot in the float values, not comma, so make sure that the expression is not maybe interpreting this as if some element is missing.
tamte
your expression is: fit(rand(stamp("../copy1","id",0) + 0,47), 0,1,-95,95)
the problem is + 0,47
should be + 0.47

side note: it's not VEX but Hscript
EDITH
Drasko Ivezic
fresiaa
It's houdini 18

I know that Fit vex ‘comma’ goes in between min and max, but I have to type ‘.’ instead of ‘comma’ here, so no errors occur. What's wrong with this?

What is the whole expression? I feel something is missing from your image. But it has to be dot in the float values, not comma, so make sure that the expression is not maybe interpreting this as if some element is missing.

tamte
your expression is: fit(rand(stamp("../copy1","id",0) + 0,47), 0,1,-95,95)
the problem is + 0,47
should be + 0.47

side note: it's not VEX but Hscript


Thank you for your quick reply. I've solved it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB