Hello guys, I do have a quite simple question. How am I able to hide a child attribute of an array attribute via Maya API?
Setup: I have created an input array compound attribute (setArray(true) c++). Inside this input you have one numeric attribute and two matrix attributes. I don't want to see the matrix attributes, just the numeric one. When using the command setHidden(true) on each child matrix attribute, it is still visible. I searched the google groups but couldn't find any results. I can provide code if needed. Thanks in advance! Cheerio Emre -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/8f9041bd-baa3-4bcd-bf4f-dd79a6273c67%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
