Please note, I am happy to pay someone to write this short script for me, so please let me know your fee to do this for me :)
Here's my request.
I have objects in a layer (I have many layers, 100) and some of those objects (let's call these the 'original' objects), are named - 006_145_15, 006_145_18, 006_145_25 etc.
Note that they are suffixed with _15, _18 or _25. Their prefixes (in my example, 006_145 is the same within its layer but will be a different sequence of numbers in other layers, but still in that similar 3 digit grouping pattern).
However, also within that same layer, there are objects that are the faces of these 'original's that have been detached - so for example, in that same layer, there are objects names as Object47, Object519, Object521.
Please note that in some layers, there may not be three but only two 'original' objects, so in those cases, those two might be suffixed _15 and _18, or _18 and _25 or _15 and _25.
Now... the script....
I need a script that'll got through each layer and rename the Objects that it finds starting with the name "Object" and rename them with its corresponding Parent Object Name, but with the suffix "_Ends".
So, in the above example;
Object47 would be renamed 006_145_15_Ends,
Object519 would be renamed 006_145_18_Ends,
Object521 would be renamed 006_145_25_Ends.
As you can see, the ascending numbering of the Object names correspond with the numbering of the original parent name.
I'm sure this is just a few lines of code for an expert who knows how to do this :)
As I say, I'm happy to pay for this (let me know how much you'd like).
Many thanks.