Deleting Plug-In Data from Multiple Files

There are times when you want to remove plug-in data from a file. This is done in Rhino by using the -SaveAs command.

  1. At command line type -SaveAs
  2. Command prompt: Save file name <C:\NAME.3dm> ( Version=5 SaveSmall=No GeometryOnly=No SaveTextures=No SavePlugInData=Yes Browse ):
  3. Click on SavePlugInData=Yes It will toggle to SavePlugInData=No
  4. Save file name <C:\NAME.3dm> ( Version=5 SaveSmall=No GeometryOnly=No SaveTextures=No SavePlugInData=No Browse ):
  5. Rhino echos File successfully written as C:\SHARE\test.3dm

Batch processing

This works well for one file. But what if you need to process an entire folder and possibly subfolders of files? You need this script.

Download

How to use

  1. Open Rhino 5 to a new empty file.
  2. Drag and drop BatchRemovePlugInDataV5.rvb on top of the Rhino application window.
  3. Type BatchRemovePlugInData
  4. Select the folder to process. Let it roll.

Be careful!

Problems?

Email Max Fugier.

Learning RhinoScript

See the Rhino Customization Support Page.