faulknermano

faulknermano

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

render all takes? 2012年3月17日7:36

I nest takes into a parent take, and then use a Wedge ROP on the parent take, which renders the children.

Something Bugg(y)s Me 2012年2月27日15:27

@Swann: this is great modelling. I'd like to ask what sort of approach do you do when you chamfer surfaces together? Do those pieces even share the same topology? And how procedural do you get?

For example, in a hard-surface model I was making, I use a lot of cookies to find the creases, and use an HDA to create a crude kind of chamfer. Procedurally, this worked well because I could always move the pieces and the chamfer would move along with it.

Last question: do you use NURBS at all?

hou method for instancepoint? 2012年2月15日3:55

To add: there are some instances (no pun intended) where instancepoint() (and I think it is in the context of hou.hscriptExpression()) where it returns a -1 or None, and so it seems like a sanity check is necessary for places such as accessing indices from an array/tuple/list.

This doesn't seem to crop up when hscript instancepoint() is used directly.