
zwickarr
zwickarr
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Python parm expression adding another param 2019年5月4日19:44
I was doing to much using “”, had to use ''
this works:
this works:
kwargs['node'].parm('pz').setExpression('bbox(0,D_ZMAX)+ch("pivotOffset")')
Python parm expression adding another param 2019年5月3日12:33
I am using the following to set one of my parameters:
I have another parameter for offset, I thought I could just add it to the expression but its not working, like so:
not sure how to fix this.
thanks.
kwargs['node'].parm('pz').setExpression("bbox(0,D_ZMIN)")
I have another parameter for offset, I thought I could just add it to the expression but its not working, like so:
kwargs['node'].parm('pz').setExpression("bbox(0,D_ZMIN)+ ch("pivotOffset")")
not sure how to fix this.
thanks.
Proximity Capture for each object 2019年3月23日14:38
goldfarb
have a look at this:
I've captured using the the detail attribute ‘iteration’ from the meta node -> ../../chain_bone`detail(“../meta”, “iteration”, 0)`
and be sure to Stash or write the captured geo to disk
Ahh thanks so much Michael, I was missing that Stash. Sorry it took me so long to get back to this, I was a GDC.