TS30 Posted September 18, 2006 Share Posted September 18, 2006 Hey Guys, I am trying to complete a script in 3dsmax and I want to use the legacy import command for .dwg files. The problem that I am having is all of my layers (ie. "siding") are being imported in to max as ("Layer:siding"). this happens because the default import command is newer and adds "Layer:" to the front of all layer names. I am trying to find a way to use legacy import, when I manually import using legacy import the names come in the right way. But there does not seem to be a way to assign the legacy import through scripting. here is what I have : theClasses = importerPlugin.classes importfile "x:\IL_Jobs\models\Aberdeen-c.dwg" #noprompt theClasses[4] Your help would be greatly appreciated. Thanks TS Link to comment Share on other sites More sharing options...
anton Posted November 2, 2006 Share Posted November 2, 2006 Max sees only one importer which is the new one and it doesn't allow access through mxs to the legacy one. I've had the same issue and solved by removing the plugin for the new importer from the installation directory... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now