Hello,
I’d like to know if there is a way to automate Cleanup3 via ruby script? I need to import a 3ds file, run this extension with some preset settings, save as .skp, and repeat about 1500 times ![]()
Is this possible? Thank you!
Hello,
I’d like to know if there is a way to automate Cleanup3 via ruby script? I need to import a 3ds file, run this extension with some preset settings, save as .skp, and repeat about 1500 times ![]()
Is this possible? Thank you!
If you go to it’s EW product page, there are related links at the bottom.
One is a talk thread in the SketchUcation forums,
… the other is Thomas’ BitBucket code repository for the extension.
Most of the extension’s commands are defined as module methods.
@thomthom (ping)
As Dan suggested, yes, you can invoke the commands for CleanUp. Something like TT::Plugins::CleanUp.cleanup_last would invoke CleanUp to run with the last used settings.