Can't find the way to move model to the center via Python API. When model is imported
object.location = (0, 0, 0).
I tried to use
object.dimensions
to shift model, but when model has empty spaces around - it does't work. How can I get this data or it may be a better way to do this?