Skip to content

Releases: CEXT-Dan/PyRx

v2.2.30

21 Oct 13:45

Choose a tag to compare

v2.2.30

pip install cad-pyrx

  • Add support for BricsCAD V26

v2.2.29

10 Oct 05:12

Choose a tag to compare

pip install cad-pyrx

  • Roll back AVX2 support to AVX, causes crash on some computers
  • Added move constructor to PyGePoint2dTreeAdapter and PyGePoint3dTreeAdapter to prevent copy

v2.2.28

25 Sep 03:54

Choose a tag to compare

pip install cad-pyrx

  • added Ed.Core.lineWeightDialog
  • added Ed.Core. linetypeDialog
  • remove convertEntityToHatch (this was a function for old R13 hatches)
  • fix PyEdSelectionSet iterator, the buffer was not cleared on subsequent iteration
  • progress on exit, the goal was to remove acrxLockApplication, make PyRx unloadable, differed
  • internal, changed loading sequence of wxPython and Python
  • PyUnicode_AsUTF8 is depreciated, use PyUnicode_AsUTF8AndSize

Full Changelog: https://github.com/CEXT-Dan/PyRx/commits/v2.2.28