Dear Reader,
question of a Blender newby.
how do i rotate an object with python, trying to build a script that gives me a 3point lighting setup and need to rotate the rimlight
rimLight_object.location = (xRimLight, yRimLight, zRimLight)
#rimLight_object.transform.rotate = (-90, 0, 0)
#rimLight_object.transform.rotation = (-90, 0, 0)
#rimLight_object.rotate(value=-0.261911, orient_axis='Z')
#rimLight_object.rotation(value=-0.261911, orient_axis='Z')
#rimLight_object.rotation = (-90, 0, 0)
#rimLight_data.rotation = (-90, 0, 0)
#rimLight_data.rotate = (-90, 0, 0)