Are you using cmds.shadingNode("nodetype", asUtility=True) or
cmds.createNode("nodetype")? The former should show up whereas the
latter will not. What version of Maya?On Nov 28, 8:59 am, Horvátth Szabolcs <[email protected]> wrote: > Hi, > > When I create a custom shading node using the Python API I can't graph the > incoming connections of my node in hyperShade. > When I select the node and press: > - graph input connections: I get only the node > - graph output connections: I get the node's output graph > - graph input and output connections: I get both input and output graphs > nicely. > > The same attribute and mpxnode creation commands work from the C API for a > similar shading node. Is there any known difference in the Python API that > I'm not aware of? > Or is it a bug? Or am I just missing something obvious? > > Thanks in advance for any tips you might have! > > Cheers, > Szabolcs -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
