Interesting, pickle for storing dictionaries of node settings? How do you implement this exactly? I use pickle for module parsing
On Wed, Apr 13, 2011 at 1:02 PM, Geordie Martinez <[email protected] > wrote: > I use 're' for reg ex to figure out naming schemas or how to parse the > name of selected objects in pymel to determine information. > I use 'logging' as well for just about everything. > pymel of course. > > 'pickle' for storing dictionaries of information like skin weights, node > settings, and what not. > > > -- http://groups.google.com/group/python_inside_maya
