This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Description
|
theta = 360.0 * random.random() |
|
bpy.context.object.rotation_euler[2] = theta |
I think there is a mistake here. When I tried to use the object rotation, I found that the object did not rotate much. After I debug, I find that the angle here is incorrect. This angle should be radians, not angles.
I hope everyone can understand this problem. After all, this problem has caused me a lot of trouble.