Does anybody knows if ther is a script addon or anything that after editing the geometry of an object keeps its origin at the center of the mass or something similar?
Thanks in advance.
For some reason its a lot of work for me sometimes when modelling: transform the object, edit geometry and so on, and again and again centering its origin.
This kind of automated operation, could be dangerous for your files, if you forgot that you have this automation.
But you could do it in python, for example, when you switch to object mode from edit mode.
It is possible to make it automated via Python scripting, but there will be a performance penalty for it given this operation will need to be performed constantly.
Why do you need the object origin to be set to a new origin regularly (I assume you need this every couple mins) ?
For perfectly align a lot of objects between them, based on their geometry. Everytime you modidy one of them you have to recenter its origin to align it with the rest of the elements. Its time consuming.