This is totally technical request directed to DEV team. I think that it's time to implement JSON files to store clear information instead for example the 3dsmax.ini ... Json is a standard to store information, easy to manage, flexible and robust. It's possible to handle from major development environment and IDE and is a really easy way to involve clients and communities.
One of bigger example that I can provide is the ability to create a language pack like "en.json" or "it.json" and change or improve the software to 1000% in one day!
Really simple... the original section are coded and subs too
In this case will be possible to switch in realtime without reload of App.
{
"S_01" : {
"A" : {
"A_0000001" : {
"A_B_0000001" : "modificatore",
"A_B_0000002" : "forma"
}
},
"B" : {
"B_0000001" : {
"B_B_0000001" : "booleane",
"B_B_0000002" : "scultura"
}
}
},
"S_02" : {
"A" : {
"A_0000001" : {
"A_B_0000001" : "animazione",
"A_B_0000002" : "modellazione",
"A_B_0000003" : "rendering"
}
}
}
}