code-google-com / pymel

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

Pymel Function Return For Large Data #280

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A Query:-

In return Pymel returns the instance of some class. And if the returning data 
is huge it tends to slowdown a bit.

As, the data itself is huge and instantiating will take time.

Won't be better to return the list of objects taking purely from 'cmds'.

Original issue reported on code.google.com by PQ.Pytho...@gmail.com on 20 Aug 2012 at 5:41