Managed to reset to real world 0,0,0 by calling :
ent.global_transform.origin = Vector3(0,0,0)
Having no luck with the rotation side of it though.
ent.global_rotation.origin = Vector3(0,0,0)
errors out on me. I assume scale is the same way? Transform ?