I am using 3DS Max 2018 and when opening it after following the instructions for manual install of the GIMS plugin, I get an error
This is the error: https://imgur.com/a/HjqtklS
I also ran the following file: ShowEGIMSPath.ms
The output was:
Код: Выделить всё
SysEnv = (DotNETClass "System.Environment")
SpcFolder = (DotNETClass "System.Environment+SpecialFolder")
GetFolderPath = SysEnv.GetFolderPath
LocalApplicationPath = (GetFolderPath SpcFolder.LocalApplicationData)
CommonApplicationPath = (GetFolderPath SpcFolder.CommonApplicationData)
if LocalApplicationPath.Count == 0 then
LocalApplicationPath = CommonApplicationPath
if LocalApplicationPath.Count == 0 then
LocalApplicationPath = "Can't find the application data folder!\nPlease report this error at forums."
MessageBox LocalApplicationPath Title:"GIMS Evo install path"
Thanks,