Batch processing in Rhino

I have a small but annoying problem. I have a folder full of files that I want to move everything (locked, hidden - simply all geometry in the file) -15mm in World Y. What’s an easy way to do this as a batch process in Rhino 7?

Hello - try this - test on a small sample, I have only tested briefly -

MoveEverythingInFiles.py (2.4 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

Amazing! Seems to work on the small sample I tested also, and I added a purge command. Thanks Pascal, I swear this is the year I’ll learn python.

1 Like