chico

chico

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Sony Cell 64-bit Linux ?! Feb. 18, 2009, 2:25 p.m.

In recent production builds there is Sony Cell 64-bit Linux package. What is this? And how should we run it? On the Playstation3 ?
Or something like that http://lxer.com/module/newswire/view/87595/index.html [lxer.com] ?

UPDATE: Have found this - http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=9519&highlight=cell [sidefx.com]. Everything is clear now.

Python "createNode" function May 5, 2008, 5:10 p.m.

List of parameters can be accessed via parms() method of the node - box.parms()
You can create another node, ‘extrude’ for example, just like the first node - with createNode method and then connect your box node to extrude node via setInput method called from the second node, that is clear, since you're specifying input.

This info is from hom documentation :wink:

regarding tutorial - Feather Ray Lift May 3, 2008, 5:32 a.m.

Hi!

It's a great tutorial, “Feather Ray Lift”, but I can't understand the meaning of two AttributeCreate nodes: one is after first AttributeCopy node, it creates new attribute “ray_lift” and this attribute is just a copy of “dist” attribute. And another one is second AttributeCreate node which is creates new “ray_lift” attribute and which is a copy of old “ray_lift” attribute. I've tried to use one “dist” attribute along the network and it seems that it works ok.
So what meaningful these two attributecreate sops do in this tutor?

Thanks.