ryoji
ryoji
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
pcsegment. How is it supposed to work? 2020年1月1日14:16
I am trying to used pcsegment that is new VEX function from h18.
https://www.sidefx.com/docs/houdini/vex/functions/pcsegment.html [www.sidefx.com]
I thought it just collects points around the line between P0 and P1 vectors but the most of the case, it collects points only around either P0 or P1. I found it works expectedly only when the angle between vector ((0,0,0) to P0) and vector (P0 to P1) is close to 90 degrees.
I am just curious if it is the correct behavior or bug.
h18.0.287. Linux Mint.
Thanks,
Ryoji
https://www.sidefx.com/docs/houdini/vex/functions/pcsegment.html [www.sidefx.com]
int [] pcsegment(<geometry>geometry, string PChannel, vector P0, vector P1, float max_distance, int maxpoints)
I thought it just collects points around the line between P0 and P1 vectors but the most of the case, it collects points only around either P0 or P1. I found it works expectedly only when the angle between vector ((0,0,0) to P0) and vector (P0 to P1) is close to 90 degrees.
I am just curious if it is the correct behavior or bug.
h18.0.287. Linux Mint.
Thanks,
Ryoji
Callback Script and Current Parm 2017年6月5日12:29
Oh yeah! I totally forgot kwargs or kwargs.
Thant works for something I want.
Thanks a lot,
Ryoji
Thant works for something I want.
Thanks a lot,
Ryoji
Callback Script and Current Parm 2017年6月5日3:13
Hi,
Does anyone know how I can get current parm on Callback Script? Doesn't look hou.evaluatingParm() works on Callback. And I don't wanna specify the parameter name like hou.pdw().parm(“something”)
for example, I just want to print current value whenever the parameter changed or printing button name when I press the button.
Thanks,
Ryoji
Does anyone know how I can get current parm on Callback Script? Doesn't look hou.evaluatingParm() works on Callback. And I don't wanna specify the parameter name like hou.pdw().parm(“something”)
for example, I just want to print current value whenever the parameter changed or printing button name when I press the button.
Thanks,
Ryoji