System Information
Operating system: Windows 10 pro
Graphics card: nvidia gtx 1080
Blender Version
Broken: version: 2.80 (sub 57), branch: master, commit date: 2019-04-16 06:07, hash: edc1b0167518, type: Release
build date: 15/04/2019, 23:25
Problem
When i was tried switch 3d cursor rotation_mode by python with command bpy.context.scene.rotation_mode = 'AXIS_ANGLE' this is didn't worked.
>>> bpy.context.scene.rotation_mode = 'AXIS_ANGLE' Traceback (most recent call last): File "<blender_console>", line 1, in <module> AttributeError: 'Scene' object has no attribute 'rotation_mode'