Revit Importer help please

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

AttachmentSize
runtime_error.pdf165.63 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Anubis's picture

edit your macro script

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

my recent MAXScripts RSS (archive here)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.