you can select the active object with
ob = bpy.context.object
but then how do you re locate the active object in scene?
with new XYZ coordinates ?
or how do you rotate it a certain angle
and is there another way to do this with some BPY.types commands ?
i can see the location for object but no example for this ?
i found the translate one
but in report console it’s very long
bpy.ops.transform.translate
i mean is there a short way of writing with only the 3 XYZ location ?
or may be a BPY.types equivalent shorter ?
Thanks