Henry Bullen

Henry Bullen

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Technical rigging 5 workflow changes May 11, 2019, 12:52 a.m.

Hey Carlo,

long shot, I'm trying to get the wheel rotation script working this one >

tally = 0.0
for i in range(lvar('I')):
expression = ‘chopci(“../distanceTravelled”, $C,’ + str(int(i)) + ‘)’
tally += hscriptExpression(expression)

return tally

I'm just getting this error:

Error: Unable to evaluate expression (
Traceback (most recent call last):
File “<stdin>”, line 3, in expression
TypeError: range() integer end argument expected, got float.
(/obj/WheelSpinChops/distanceTravelledToThisPoint/expr0)).

Any tips?

Adding and capturing bones to houdini 16.5 autorig Jan. 29, 2018, 7:14 p.m.

Thank you!

Adding and capturing bones to houdini 16.5 autorig Jan. 28, 2018, 5:25 p.m.

Thanks Michael this is great. After saving the node type and matching the current definition, I can't seem to access the rotations of the fingers. What do I need to do to regain access? Thanks again Michael, this is a huge help!