PetersTools updated

I’ve updated my cleverly-named Peter’s Tools plugin. You can get the new version here.

Changed tools:

TimerTools - The project timer has changed ‘under the hood.’ Instead of saving information about start/stop times to a text file, the tool keeps it with each project as a bit of ‘document data.’ This simplifies how the tool works.

New tools:

BatchNameModifier - Lets you add text to a batch of object names at once, either at the front or end of the name, separated by an underscore.

Archive - This group of tools manages an archive of bits of geometry you might need later. It does this simply by creating a layer called Archive that stays turned off, and it manages adding or retrieving items from that layer. I created this because I use Hide just to hide things for a few moments, and I needed something else for longer-term holding of things that I wanted to keep around just in case they are needed later.

I’ve also changed the toolbar a bit with some new icons and better organization.

There are no changes to BOM tools, unfortunately. That’s mostly because I rarely need them and they are a pain to update and they should be rewritten in Python (and, Rhino should really have something built in to assign specific gravity or density to objects, and a built-in BOM that’s more complete than what I can create.)

Unfortunately, this is still windows-only because I wrote it all in Rhinoscript and I’m not up to translating it to Python. If anyone wants to take any of these & turn them into Python scripts, feel free. I’d be happy to send my original scripts to you.

3 Likes

Hi @phcreates,

More users would find your tools if you pushed them up to Food4Rhino.

– Dale

Thanks - I was thinking of doing that.

I just want to say Thank You…

Brian

1 Like

It’s now also available at Peter's Tools | Food4Rhino

2 Likes

For some reason, I’ve found myself making some updates to PetersTools, so there is a new version available (2.1.0) at https://www.food4rhino.com/app/peters-tools.

New features:
-DotWithData: Added CumulativeCenterOfGravity. This result takes the density of the materials into account. Only works on closed objects that have a RealMaterial applied. So, if you have 10 objects that are different densities and volumes, this will create a center of gravity for the group.
-DotWithData: Added ability to choose the rounding factor.
Bugs:
-Data from non-solids was reporting volume information, creating bad data output.
-Meshes weren’t reporting data in many cases where it should have.
Data shift: Material names that were previously stored in ObjectData (which is outdated) are now stored in UserText fields, making it accessible in the Attribute User Text dialog box.

2 Likes

Excellent! Thanks Peter.

V2.18 is available. New since 2.10:

-Added command ScaleObjectToSpecificMass
-Made BOM options accessible to macros (all options are on command line)
-Added SelectObjectsByRealMaterialName option to RealMaterialTools
-Added pennyweights
-Added Mass command
-Fixed a language-related bug and other bugs

https://www.food4rhino.com/app/peters-tools

3 Likes

New version of PetersTools (3.12) is up at Food4Rhino or via the package manager. It is rewritten in python so that it works on macs (well, no toolbar though) and various tools updated.

https://www.food4rhino.com/app/peters-tools

2 Likes

Thanks Peter, You da Man!

I’ve updated this so that it’s available for Rhino 8 WIP on Package Manager.

7 Likes

I’ve published V3.2.0, and it should be available in PackageManager. This version only works in Rhino 8.

v3.2.0
-Fixed BOM didn’t work at all

v3.1.9
-Fixed issue with QuickCage not working with 2d shapes or points in Rhino 8
-Fixed isssue with UserText not outputing results in usable format
-Fixed issue with MagicCap that prevented it from making a cap from an open single edge or line
-Created new vector icons that work better in V8

1 Like

Shouldn’t this topic be in the Plug Ins category?

Latest Plug Ins topics - McNeel Forum

It should. How do I change it?

I did it for you, the puppy eyes were enough.

2 Likes

I’ve posted v3.2.3:

-Fixed the (supposedly-already-fixed) BOM output of User Text. Hopefully.
-Added a sort of part count to BOM with the inclusion of a new column called NameCount which shows a number indicating how many times that part name appears in the BOM.
-Made MagicCap work better (re-wrote it.) I don’t know if anyone uses this tool, but if you need to make a planar surface from edges and curves, this tool is great. Works on open and closed boundaries.

1 Like

post your venmo… I’d be willing to send you a few bucks for all the times I’ve used this tool over the years! I imagine a few others would chip in as well…

Thanks Kyle - I don’t expect to ever make money on this, but it is fun (usually.)

If anyone does want to donate, there’s info if you run AboutPetersTools.

2 Likes

McNeel should pay you for it. Most of these tools should be part of stock Rhino.

Thanks, glad you like them.