Yeah, I think the shelf button is encoded in a pointer that has a mime tag of 'application/x-maya-data', which contains a list of internal Maya data structures. There's not really anything in there that users will be able to work with, to my knowledge.
On Thu, Mar 14, 2013 at 11:35 PM, Justin Israel <[email protected]>wrote: > They probably use internal Maya mimetypes the same way the outliner does, > with pointers and stuff that don't make sense to anyone on the outside. So > your drops aren't satisfying their mimetypes. > > > On Mar 15, 2013, at 4:56 PM, Paul Winex wrote: > > > I tried to do it many times in many ways. Maya ignores my drag. If you > have a working code, please show it! What data should be placed in qdrag? > > > > -- > > 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. > > > > > > -- > 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. > > > -- Where we have strong emotions, we're liable to fool ourselves - Carl Sagan -- 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.
