Re: [Maya-Python] Converting list entries in nested dictionaries into dictionary type

2018-12-11 Thread Justin Israel
On Wed, Dec 12, 2018 at 9:07 AM yann19 wrote: > I apologize in advance as this is not much of a Maya question but I am > trying to convert this 'list' within nested dictionaries into a dictionary > type. > > I had a function where it ingests in a nested dictionary and allows me to > sort the

[Maya-Python] Converting list entries in nested dictionaries into dictionary type

2018-12-11 Thread yann19
I apologize in advance as this is not much of a Maya question but I am trying to convert this 'list' within nested dictionaries into a dictionary type. I had a function where it ingests in a nested dictionary and allows me to sort the contents by a specified value eg. name. This is a portion