On Sep 24, 2013, at 9:01 PM, Justin Israel wrote: > # Now fetch it back out again by row, column > item = tree.itemAt(0, col) > print item.data(0, OBJECT_ROLE) > # <__main__.MyCustomType at 0x103f1d090>
Clarification: item.data(col, OBJECT_ROLE) Each item represents the data for a row, so you can store different data in different columns. -- 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 post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
