cly_ prefix on my mel scripts. I think it's well known TA law using someone's established mel prefix is a punishable offense. cly_camelCase.mel : cly general cly_gpHungarianNotation : cly global procedures
I would advice using numbers instead of letters for suffixes, for example _01, because it helps if a programmer wants to use naming conventions and then through code say "give me the five first". It is convenient at times. It is also like SimonT said, some operating systems and apps use lexicographic sorting and adding…
floon That's an interesting one because the information is doubled at the end. In theory it would be enough to have "/charactertyp/textures/master.psd" because that it is a character and a texture is already stated in folder structure. Is there a special reason for you to do it that way? Good point. I'm kind of old school…