code-google-com / pymel

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

Pretty-print multi-dimensional component indices #141

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ie, should be able to get print output like:

[mySphere.cv[1,2][1:30], mySphere.cv[3][7]]

...instead of a separate mySphere.cv[x][y] for all 61 different cvs.

Original issue reported on code.google.com by elron...@gmail.com on 2 Jan 2010 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by elron...@gmail.com on 20 Jan 2011 at 5:38