
zwickarr
zwickarr
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Python parm expression adding another param May 4, 2019, 7:44 p.m.
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 May 3, 2019, 12:33 p.m.
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 March 23, 2019, 2:38 p.m.
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.