hi,
i send a "toStringArray()" object from mel in python and
wonder how i can unpack or use the data?
It claims to be of type list. Use mel  in python?
I just need to get an array argument in from mel..

  • created

    Mar '12
  • last reply

    Mar '12
  • 1

    reply

  • 1.9k

    views

  • 1

    user

there are no objects in mel. Just functions, commands or types. Only types make any real sense to pass.

As such you can not meaningfully pass a toStringArray functon as anything orher than a function. Which itself makes no sense, since pyton has same functionality built in.

Please clarify your purpose