I want to rotate a collection of objects (example, two cubes) in Blender Python but without using bpy.ops.transform.rotate operation.
How may I go about doing that?
I'm not trying to rotate them individually, but rather rotate both of the cubes around one point, just as the bpy.ops.transform.rotate would.