Jump to content

Save on Render


Recommended Posts

  • 3 weeks later...

Dean,

 

Thanks for your help with this. I'll fairly confident that this has been caused by importing from Autocad. I read this:

 

A suggestion for annoying objects tyes for AutoCAD Architecture

 

Somtimes when you import AutoCad models (with windows,doors blocks ...) in max scene you will find a lot invisible objects "LinkComosite" that are very annoying and difficult to find. I use this line of code for cleaning.

delete (for o in objects where classof i == LinkComosite collect o)

 

 

Do I just copy the above line into the MAXScript Listener and hit return? Also I'm new to scripts. I've put the cleaner in the scripts folder but I'm unable to access it from max could you let me know how?

 

Thanks again

 

P.S Some decent work on your portfolio section

 

Henry

Link to comment
Share on other sites

If you clean things that way, their children will fly all over the place.

 

I humbly suggest my DWG Cleanup script, which takes a couple extra steps to reset the transforms of the children before deleting the LinkComposites, Ensures nothing has a white wireframe color, and flattens the layers of the DWG while retaining wireframe colors.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...