ECToo / pymel

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

Manual Correction #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the problem.

What Version of Maya are you using?

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

What Version of PyMEL are you using?

What is the expected output? What do you see instead?

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?

Please provide any additional information below.
On the attributes page, I think you want to change
# use `Vector.isEquivalent` or cast the list to a `Vector`
to
# use `Vector.isEquivalent` or cast the vector to a `List`

Original issue reported on code.google.com by PixelDr...@gmail.com on 11 May 2010 at 8:33

GoogleCodeExporter commented 9 years ago
fixed in 6c3c25cfcab9cca06bc5959704b5b468cd275697
thanks for pointing this out!

Original comment by elron...@gmail.com on 21 Jan 2011 at 12:02