Eric Bacus

skittixch

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Shape Curves Tool - creates Braids, Dreadlocks, Curls, etc Sept. 8, 2022, 10:07 p.m.

So out of the box, this tool no longer works, but I figured out a simple workaround.

dive into
...Shape_Curves_Tool1/calculate_curve_vectors/reference_frames/compute_ref_frames
and change
for vtx_i in xrange(vtx_n):
to
for vtx_i in range(vtx_n):
it shows up in a few places, so searching for
xrange
, and replacing it with
range
seems to do the trick

Not sure if all the functionality is there, but so far so good!

Arrow Keys tumbling viewport, randomly activating and deactivating Sept. 11, 2016, 1:02 p.m.

I'm having an issue that seemingly pops up at random, and I'm not having any luck searching for answers about this behavior.

Any time I hit any of the arrow keys on my keyboard, the viewport tumbles in that given direction (while continuing to play/stop/reverse as directed). It's driving me out of my mind, and it seems to activate randomly. I assume I'm turning it on with some hotkey I'm accidentally hitting, but I can't find any information about it…

thoughts?