After installing the Revit importer in 3ds max2011 and try to use, I get this message,
runtime error..
attached the picture
Can somebody explain how to fix this?
Thanks in advance
Forum topic · General Scripting
By lbk · 2011-07-07
After installing the Revit importer in 3ds max2011 and try to use, I get this message,
runtime error..
attached the picture
Can somebody explain how to fix this?
Thanks in advance
edit your macro script
Anubis · 2011-07-07
wrong path, i think. open the .mcr file that run this .mse and correct the path. this 'literal' syntax '$Scripts' is for .mzp packages, not valid in scripts. so, find there a line like this:
fileIn "$Scripts/Mirza/Revit_importer.mse"and replace it with:
fileIn ((GetDir #scripts) + "/Mirza/Revit_importer.mse")hope this help