hi, I have a string , which is basically a list of maya objects in a scene with their full path.Something like this
ch_mojo_Master ch_mojo_Master|EyeBrow_grp ch_mojo_Master|EyeBrow_grp|L_eyeblow_geo ch_mojo_Master|EyeBrow_grp|L_eyeblow_geo|L_eyeblow_geoShape ch_mojo_Master|EyeBrow_grp|R_eyeblow_geo ch_mojo_Master|EyeBrow_grp|R_eyeblow_geo|R_eyeblow_geoShape ch_mojo_Master|Mouth_grp ch_mojo_Master|Mouth_grp|tongue_geo ch_mojo_Master|Mouth_grp|tongue_geo|tongue_geoShape ch_mojo_Master|Mouth_grp|upper_teeth_geo ch_mojo_Master|Mouth_grp|upper_teeth_geo|upper_teeth_geoShape ch_mojo_Master|Mouth_grp|lower_teeth_geo ch_mojo_Master|Mouth_grp|lower_teeth_geo|lower_teeth_geoShape can i create a dict by splitting at "|" character. So that i have a nested dictionary. I then intend to write this dict into the file with fileInfo command. I want to track changes in object names and hierarchy with this solution. Thanks -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/2053513e-cbd5-43ac-9f41-c5a814e3a97d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
