Hi All, I've got a slight annoyance I hope someone could help me fix. When I add attributes to a custom node written Python API I am having trouble having them show up in Hypershade as possible input connections. This only seems to be an issue with incoming connections as the output connections show up just fine. The attributes work fine otherwise (connection editor, script etc)
These are the properties I have set on an attribute: nAttr.setConnectable (True) nAttr.setReadable (True) nAttr.setStorable (True) nAttr.setWritable (True) nAttr.setChannelBox (True) Has anyone else run into a similar issue? Any advice would be appreciated. Thanks! --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
