On Wed, Mar 15, 2017 at 1:40 PM likage <[email protected]> wrote:
> From the flags, though it mentions of `script` I had assumed that it will > worked with a normal method too.. > This refers to the ability to pass script logic in string form. In MEL there are no first class functions so your only option is to pass a string with MEL script to run. In python you can either pass Python script to be evaluated, or a callable object. > -- > 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/1789febb-1aed-4918-b25d-141fd48b0656%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/1789febb-1aed-4918-b25d-141fd48b0656%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPGFgA3PHGH_d7zoz-5PYWYYcX6FWW2t8Sc6f2CxXV8o9yaTbw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
