System Information
Operating system: windows 10
Graphics card: nvidia geforce 1050
Blender Version
all versions
Short description of error
In the 3DView, I set Transform Pivot Point to 3DCursor. Then I rotate some the Cube. Everything is ok. Blender automatically generate python code for this Rotate Operator.
The problem is that : When i copy this python code into the Python Console, then the rotation is not around a 3DCursor.
Exact steps for others to reproduce the error
- In 3DView, click the icon of Transform Pivot Point. Then in the dropped menu, choose obtion : 3DCursor.
- Set the cursor position to some arbitrary position in the scene.
- Set Rotate Tool to rotate the Cube.
Every thing is ok. Blender automatically generated python code for this Rotate Operation.
If you copy this python code, then paste this python code into the python console, and press enter, then you will see that the Rotate Operation is not around 3DCursor.