|
|
|
|
|
by 332451b
3901 days ago
|
|
The mouse focus issue is more related to missing APIs. If you call operators (tools) from Python they do indeed depend on context, just like they would if you use them from a toolbar, menu or shortcut key. These are not intended to be used for scripting really, but they are available and sometimes the only way to do things because there is no equivalent API function available. |
|
Another gripe I remember is that angles in the UI are specified in degrees and in Python they are specified in radians.