Hey guys, I'm just working through Houdini Technical Rigging 5, it's an absolute treasure trove of information but I was wondering something.
As it's a tutorial made in an older version of Houdini, while it's so far it's been no problems implementing what the tutorial shows (and it works great) would it be the way any of you would approach rigging a vehicle like this in the current version?
https://www.3dbuzz.com/training/view/houdini-rigging-volume-5/advanced-vehicle-rigging [3dbuzz.com]
Technical rigging 5 workflow changes
4213 6 0- carlo_c
- Member
- 53 posts
- Joined: 1月 2015
- Offline
- goldfarb
- スタッフ
- 3464 posts
- Joined: 7月 2005
- Offline
- carlo_c
- Member
- 53 posts
- Joined: 1月 2015
- Offline
- midicon
- Member
- 19 posts
- Joined: 1月 2015
- Offline
- carlo_c
- Member
- 53 posts
- Joined: 1月 2015
- Offline
I've only worked through tech rigging 5 but what's the problem exactly you're having, might be something I can help with anyway though I can't say I've had any experience building an IK to FK button ops:
Side note to this thread though: There were a couple of things that tripped me up along the way, mostly to do with the python scripting where what he wrote didn't quite work for me. It ended up just being case sensitivity and making sure slashes were put in the right places. Seemed to be a little more lenient for him in the video than me!
Side note to this thread though: There were a couple of things that tripped me up along the way, mostly to do with the python scripting where what he wrote didn't quite work for me. It ended up just being case sensitivity and making sure slashes were put in the right places. Seemed to be a little more lenient for him in the video than me!
- Henry Bullen
- Member
- 5 posts
- Joined: 9月 2015
- Offline
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?
- nvki
- Member
- 17 posts
- Joined: 2月 2018
- Offline
-
- Quick Links