MFn type for network nodes?

MFn type for network nodes?

RFlannery1
Collaborator Collaborator
483 Views
1 Reply
Message 1 of 2

MFn type for network nodes?

RFlannery1
Collaborator
Collaborator

When using MItDependencyNodes, a type from MFn can be specified to get only nodes of that type.  For example:

MItDependencyNodes it(MFn::kPluginHardwareShader);

Is there a type for network nodes?  I tried "kNetwork" but it doesn't exist.

0 Likes
Accepted solutions (1)
484 Views
1 Reply
Reply (1)
Message 2 of 2

RFlannery1
Collaborator
Collaborator
Accepted solution

Lol, of course I would figure it out five minutes after posting the question.  The type for network nodes is "kAffect".