A useful Kitbash technique for MoI3D

 From:  chippwalters
7592.29 In reply to 7592.13 
Thanks Max,

Did try your ObjLibrary.dialog.htm and it works great. Couple points:

Line 16 is
code:
<body>

should be
code:
<body class="MenuBody">


Also, FOR MAC OS ONLY! as with the ObjLibrary.menu.htm file this line 106:
code:
if ( moi.filesystem.fileExists (iconname) ) { document.write ('<div class="preview"><img class="icon" src="'+ iconname.split("\\").join('/') +'?'+randomID+'"></div>'); }


should be changed to:
code:
if ( moi.filesystem.fileExists (iconname) ) { document.write ('<div class="preview"><img class="icon" src="file:///z:'+ iconname.split("\\").join('/') +'?'+randomID+'"></div>'); }


I've UPDATED the ObjLibrary.dialog.htm for MacOS only with the changes (see attached).
Attachments: