Russell Lloyd

russelloyd

About Me

EXPERTISE
CG Supervisor
INDUSTRY
Film/TV

Connect

LOCATION
Canada

Houdini Skills

Availability

Not Specified

Recent Forum Posts

channel reference with python Oct. 11, 2013, 6:24 p.m.

JordanWalsh is right. It's not the same. I just tried using the method described by graham and in addition to making the connection as desired it also created a channel reference in p2 back to itself. Which as you can imagine is causing a few issues.

Just thought you'd like to know.

PS. Running v12.5.427

Getting linked channels in python code Oct. 11, 2013, 5:09 p.m.

Thanks a ton rafaels. I was really hoping to avoid something that cumbersome, but at least it's a start.

Appreciate the help.

Getting linked channels in python code Oct. 1, 2013, 1:41 p.m.

I'm trying to get the list of channels linked to a parameter in some python code in my digital asset.

In other words: I have a parameter on a digital asset. There are nodes in the asset whose channels are linked to this parameter. I can get the parameter just fine in my python code, but I want to get the list of channels which are linked to it.

Any thoughts?