- Bug fix: Now it works fine on non top-level components.
- Follows the update of Fusion 360, especially Python 3.9.7.
- Bug fix: Now it works fine while debugging.
pointer_offset_[xy]
has been added to cure the instability of DECAL command result.
minimize_maximize()
fails in scaling screen (high resolution display). Now it justset_focus()
.- Sometimes RPA fails before clicking
Insert from my computer
. Now waits longer.
- The
pointer_offset_[xy]
becomespointer_offset_[xyz]
and the unit becomes centimeter.
- Fallback mode for Mac.
- Better test oracles / results for regression test.
- Follows the change of High DPI behavior in Fusion 360 2.0.16753.
- Follows the change of Fusion 360 2.0.16753 for Mac.
- Fix the issue that
python -m build --wheel
made a huge whl file.
- To integrate, directory name
app-packages
is not mandatory now. You can name as you like in your F360 script / add-in.
- Followed Fusion 360 Python update to 3.11.
- Now it can run on non-English Windows and Fusion 360.
- Now it is much more robust to the display scale variation.
- Now it runs on Python 3.12. Latest F360 requires it.