I have an (simple) object for which I moved the origin outside of the object to be able to rotate around it. Is there a way to read this given offset with python?
When using bpy.data.objects['Cube'].location , only the location of the origin is given. So basicly I need the locations of the vertexes wrt the origin. Help is much appreciated.