[Closed] Help with Sketch up importer
Trying to import a whole bunch of sketch up files into max and having some trouble configuring the sketchup importer. Basically want to import textures separately into a folder taken from the name of the skp file. Found this tread on maxscript help but can’t figure it out.
http://docs.autodesk.com/3DSMAX/14/ENU/MAXScript%20Help%202012//index.html?query=import
i can run
importFile f using:ISketchUpImp
and get the importer prompt window but I am not sure how to configure the features
From the documentation, it seems you have to set parameters before importing your model with these functions:
<void>setSkipHidden <boolean>bSkipHidden
<void>setSplitByLayer <boolean>bSplitByLayer
<void>setImportCameras <boolean>bCameras
<void>setImportDaylightSystem <boolean>bDaylightSystem
<void>setTextureFolder <String>textureFolder
<void>setDoubleSided <boolean>bDoubleSided
Never did that but it worth the try I think.
Hope it helps
I’e got the same problem… “ISketchUpImp” is undefined and I can’t seem to get an interface I can talk to…
How do I set the flags?