Alex Kim

ahkim

About Me

EXPERTISE
Developer
INDUSTRY
Film/TV

Connect

LOCATION
United States
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

IFD generation using hqueue sever May 25, 2017, 3:49 p.m.

hi,

is IFD generation on farm a distributed process? rendering is being picked up on the farm by various clients but IFD generation is all done on a single machine.

I changed the “Assign IFD Jobs To” menu to “Listed Clients” and selected multiple clients but still all IFD is generated on one machine.

any help would be really appreciated.

thanks,

selecting a node using python April 21, 2016, 9:28 p.m.

thank you for your reply.

it's very interesting. It seems that when parameter panel is set to “last selected node” mode, setCurrent works and parameter panel changes to the current node but when I changed the parameter panel to the number then parameter panel doesn't update.

which makes sense when I think about it.

thanks again for your help.

selecting a node using python April 21, 2016, 9:02 p.m.

hi,

I'm trying to write python code to select a node to mimic the same behavior as user selecting interactively.

I tried all following code
node.cook(force=True)
node.setCurrent(True, clear_all_selected=True)
node.setSelected(True, clear_all_selected=True)

the behavior of these code seems to be different from when user selects the node.

when user selects a node interactively, it changes the parameter panels to show the parameters of the selected node.

it seems that when i select a node programmatically, it selects the node in the node window but doesn't change the parameter panel to show the selected node's parameters.

do you know if it's possible to write code mimics exactly the same behavior as user selecting a node please?

thanks,