How to Delete AutoCAD block objects in 3DS Max

Delete-AutoCAD-block-objects-in-3DS-Max

Step1: Copy and paste this code in notepad

[junkie-alert style=”green”] for o in objects do (

o.controller=prs() if classof o.parent == LinkComposite do o.parent = undefined )

for o in objects where classof o == LinkComposite do delete o [/junkie-alert]

Step 2:

Save as CAD CLEANER.mcr

Step 3:

Run 3dsMax, run this script

OK, done!

Download this script

 

Source: davetyner.com – Big thanks to the author!

Learn more Free plugins and scripts here

Quick tips: How To Fix Unable To Create Copy-Move Destination Directory In 3dsMax

You might also like
1 Comment
  1. Anonymous says

    thanks

Leave A Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.