Henry Bullen
Henry Bullen
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Technical rigging 5 workflow changes 2019年5月11日0:52
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?
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 2018年1月29日19:14
Thank you!
Adding and capturing bones to houdini 16.5 autorig 2018年1月28日17:25
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!