ECToo / pymel

Automatically exported from code.google.com/p/pymel
0 stars 0 forks source link

Pymel variable as arguments to mel procedure #242

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the problem.
I'm calling a MEL procedure via PyMel. I send in empty lists, expecting them to 
get filled in the MEL procedure. However I get back empty lists. The same is 
the case with variables sent as parameters that get set within the function

What Version of Maya are you using?
2009

On what operating system? (be as specific as possible and include service
packs, 64bit vs 32bit, etc)
Linux

What is the expected output? What do you see instead?
Expected output [1, 2, 3]
Obtained : []

If possible, provide a few lines of code to reproduce the problem. It helps
us if your code will reproduce the problem from a new scene.

Does maya.cmds exhibit the same problem?
N/a. But mel.eval works fine.

Original issue reported on code.google.com by shweta....@gmail.com on 2 Apr 2011 at 12:46